From: Mark Andrews Date: Tue, 4 Jan 2022 00:51:56 +0000 (+1100) Subject: Remove redundant assignment of 'clistenon = NULL' X-Git-Tag: v9.19.4~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee9ec0052e5c90635d5aa9d6decc1a32367704f2;p=thirdparty%2Fbind9.git Remove redundant assignment of 'clistenon = NULL' --- diff --git a/bin/named/server.c b/bin/named/server.c index b49b09d1dcd..d28926914e5 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -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. */