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