mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:49:59 -04:00
Remove more wider memset() over control now that it's handled below (#38621)
(cherry picked from commit 0ea9f8037d)
This commit is contained in:
parent
1010bfae70
commit
00cc9fb766
1 changed files with 0 additions and 2 deletions
|
|
@ -519,8 +519,6 @@ cmsgsend(int s, int level, int type, struct addrinfo *res) {
|
|||
return (ISC_FALSE);
|
||||
}
|
||||
|
||||
memset(&control, 0, sizeof(control));
|
||||
|
||||
iovec.iov_base = buf;
|
||||
iovec.iov_len = sizeof(buf);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue