mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 15:09:59 -04:00
don't configure the zone's query ACL twice
This commit is contained in:
parent
927aa19430
commit
cd3674b4b2
2 changed files with 0 additions and 14 deletions
|
|
@ -141,13 +141,6 @@ dns_zone_configure(dns_c_ctx_t *cctx, dns_aclconfctx_t *ac,
|
|||
if (result != DNS_R_SUCCESS)
|
||||
return (result);
|
||||
|
||||
result = configure_zone_acl(czone, cctx, ac, zone,
|
||||
dns_c_zone_getallowquery,
|
||||
dns_zone_setqueryacl,
|
||||
dns_zone_clearqueryacl);
|
||||
if (result != DNS_R_SUCCESS)
|
||||
return (result);
|
||||
|
||||
result = configure_zone_acl(czone, cctx, ac, zone,
|
||||
dns_c_zone_getallowtransfer,
|
||||
dns_zone_setxfracl,
|
||||
|
|
|
|||
|
|
@ -141,13 +141,6 @@ dns_zone_configure(dns_c_ctx_t *cctx, dns_aclconfctx_t *ac,
|
|||
if (result != DNS_R_SUCCESS)
|
||||
return (result);
|
||||
|
||||
result = configure_zone_acl(czone, cctx, ac, zone,
|
||||
dns_c_zone_getallowquery,
|
||||
dns_zone_setqueryacl,
|
||||
dns_zone_clearqueryacl);
|
||||
if (result != DNS_R_SUCCESS)
|
||||
return (result);
|
||||
|
||||
result = configure_zone_acl(czone, cctx, ac, zone,
|
||||
dns_c_zone_getallowtransfer,
|
||||
dns_zone_setxfracl,
|
||||
|
|
|
|||
Loading…
Reference in a new issue