dns_c_ctx_get*acl now increment the reference count of the ipml

This commit is contained in:
Andreas Gustafsson 1999-12-21 21:51:57 +00:00
parent 9ac1456101
commit eb1c982e52

View file

@ -393,6 +393,7 @@ configure_server_acl(dns_c_ctx_t *cctx, dns_aclconfctx_t *actx, isc_mem_t *mctx,
if (result != DNS_R_SUCCESS)
ns_server_fatal(NS_LOGMODULE_SERVER, ISC_FALSE,
"server ACL setup failed");
dns_c_ipmatchlist_detach(&cacl);
}
}