mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 06:19:59 -04:00
dns_c_ctx_get*acl now increment the reference count of the ipml
This commit is contained in:
parent
9ac1456101
commit
eb1c982e52
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue