]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remember the masters count
authorMark Andrews <marka@isc.org>
Thu, 15 Feb 2018 03:56:13 +0000 (14:56 +1100)
committerMark Andrews <marka@isc.org>
Thu, 15 Feb 2018 23:20:39 +0000 (10:20 +1100)
bin/named/zoneconf.c

index df8880276620eb911e4a7d53e8b32bb99321260d..93d3c5c144931cee7fa08ef056c5aad3491f6db3 100644 (file)
@@ -1694,6 +1694,7 @@ named_zone_configure(const cfg_obj_t *config, const cfg_obj_t *vconfig,
                                                             ipkl.addrs,
                                                             ipkl.keys,
                                                             ipkl.count);
+                       count = ipkl.count;
                        dns_ipkeylist_clear(mctx, &ipkl);
                        RETERR(result);
                } else