mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Remove redundant assignment of 'clistenon = NULL'
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user