mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
quiet a compiler warning
This commit is contained in:
@@ -1014,8 +1014,8 @@ allocate_socket(isc_socketmgr_t *manager, isc_sockettype_t type,
|
||||
isc_mem_put(manager->mctx, sock->cmsg, sock->cmsglen);
|
||||
sock->cmsglen = 0;
|
||||
sock->cmsg = NULL;
|
||||
#endif
|
||||
err1: /* socket allocated */
|
||||
#endif
|
||||
isc_mem_put(manager->mctx, sock, sizeof *sock);
|
||||
|
||||
return (ret);
|
||||
|
Reference in New Issue
Block a user