mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 07:41:10 -04:00
remember the masters count
This commit is contained in:
parent
6fc28063f1
commit
a87296cb7b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue