mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '3448-redundant-assignment-of-clistenon-in-bin-named-server-c' into 'main'
Resolve "Redundant assignment of clistenon in bin/named/server.c" Closes #3448 See merge request isc-projects/bind9!6560
This commit is contained in:
commit
08af14a475
1 changed files with 1 additions and 1 deletions
|
|
@ -8921,7 +8921,6 @@ load_configuration(const char *filename, named_server_t *server,
|
|||
const cfg_obj_t *clistenon = NULL;
|
||||
ns_listenlist_t *listenon = NULL;
|
||||
|
||||
clistenon = NULL;
|
||||
/*
|
||||
* Even though listen-on is present in the default
|
||||
* configuration, this way is easier.
|
||||
|
|
@ -8948,6 +8947,7 @@ load_configuration(const char *filename, named_server_t *server,
|
|||
ns_listenlist_detach(&listenon);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Ditto for IPv6.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue