mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
Remove superfluous memset() in isc_nmsocket_init()
The tlsstream part of the isc_nmsocket_t gets initialized via designater initializer and doesn't need the extra memset() later; just remove it.
This commit is contained in:
@@ -754,8 +754,6 @@ isc___nmsocket_init(isc_nmsocket_t *sock, isc__networker_t *worker,
|
|||||||
|
|
||||||
isc_refcount_init(&sock->references, 1);
|
isc_refcount_init(&sock->references, 1);
|
||||||
|
|
||||||
memset(&sock->tlsstream, 0, sizeof(sock->tlsstream));
|
|
||||||
|
|
||||||
NETMGR_TRACE_LOG("isc__nmsocket_init():%p->references = %" PRIuFAST32
|
NETMGR_TRACE_LOG("isc__nmsocket_init():%p->references = %" PRIuFAST32
|
||||||
"\n",
|
"\n",
|
||||||
sock, isc_refcount_current(&sock->references));
|
sock, isc_refcount_current(&sock->references));
|
||||||
|
Reference in New Issue
Block a user