mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
complete change of NETMGR_TRACE to ISC_NETMGR_TRACE
some references to the old ifdef were still in place.
This commit is contained in:
@@ -632,11 +632,11 @@ nmsocket_cleanup(isc_nmsocket_t *sock) {
|
||||
sock->statichandle = NULL;
|
||||
|
||||
if (sock->outerhandle != NULL) {
|
||||
isc__nmhandle_detach(&sock->outerhandle FLARG_PASS);
|
||||
isc_nmhandle_detach(&sock->outerhandle);
|
||||
}
|
||||
|
||||
if (sock->outer != NULL) {
|
||||
isc___nmsocket_detach(&sock->outer FLARG_PASS);
|
||||
isc__nmsocket_detach(&sock->outer);
|
||||
}
|
||||
|
||||
while ((handle = ISC_LIST_HEAD(sock->inactive_handles)) != NULL) {
|
||||
|
Reference in New Issue
Block a user