]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
silence compiler warning
authorMark Andrews <marka@isc.org>
Sun, 19 Jun 2016 12:59:58 +0000 (22:59 +1000)
committerMark Andrews <marka@isc.org>
Sun, 19 Jun 2016 12:59:58 +0000 (22:59 +1000)
bin/named/server.c

index 878ac5ac3bbc3f165aed839f34626e3ba054041f..64ce1ac48c95b0801cfa3a33d67fd9eabe2da480 100644 (file)
@@ -10912,7 +10912,7 @@ find_name_in_list_from_map(const cfg_obj_t *config,
        const cfg_listelt_t *element;
        const cfg_obj_t *obj = NULL;
        dns_fixedname_t fixed1, fixed2;
-       dns_name_t *name1 = NULL, *name2;
+       dns_name_t *name1 = NULL, *name2 = NULL;
        isc_result_t result;
 
        if (strcmp(map_key_for_list, "zone") == 0) {