Merge branch 'marka-fix-insist-v9_11' into 'v9_11'

Address "Value stored to 'dscpcount' is never read"

See merge request isc-projects/bind9!2320
This commit is contained in:
Mark Andrews
2019-09-06 03:03:23 -04:00
+1
View File
@@ -864,6 +864,7 @@ ns_config_getipandkeylist(const cfg_obj_t *config, const cfg_obj_t *list,
isc_mem_put(mctx, stack, stackcount * sizeof(*stack));
INSIST(keycount == addrcount);
INSIST(keycount == dscpcount);
ipkl->addrs = addrs;
ipkl->dscps = dscps;