2
0
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:
Evan Hunt
2023-01-17 13:58:10 -08:00
parent 46c0b349ed
commit 301f8b23e1
6 changed files with 15 additions and 10 deletions

View File

@@ -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) {