Remove more wider memset() over control now that it's handled below (#38621)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user