From: Mark Andrews Date: Thu, 15 Feb 2018 03:56:13 +0000 (+1100) Subject: remember the masters count X-Git-Tag: v9.12.1rc1~5^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a87296cb7ba6937ffaf962ea549f1f61b4a7151d;p=thirdparty%2Fbind9.git remember the masters count --- diff --git a/bin/named/zoneconf.c b/bin/named/zoneconf.c index ab28176b8a5..4d14f2d79a9 100644 --- a/bin/named/zoneconf.c +++ b/bin/named/zoneconf.c @@ -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