]> 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>
Fri, 16 Feb 2018 03:08:26 +0000 (14:08 +1100)
bin/named/zoneconf.c

index ab28176b8a5c88c3171efa8c0968cca8fc460166..4d14f2d79a9db0b49ad4287c7460cb19ea5829b4 100644 (file)
@@ -1685,6 +1685,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