mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:02:06 -04:00
changed arguments to dns_aml_checkrequest()
This commit is contained in:
parent
1fd768aea9
commit
de90a25a59
1 changed files with 2 additions and 2 deletions
|
|
@ -1943,9 +1943,9 @@ update_action(isc_task_t *task, isc_event_t *event)
|
|||
* only after prerequisite testing, but that is what RFC2136 says.
|
||||
*/
|
||||
CHECK(dns_aml_checkrequest(request, ns_client_getsockaddr(client),
|
||||
ns_g_confctx->acls, "update",
|
||||
dns_zone_getupdateacl(zone),
|
||||
ns_g_confctx->acls,
|
||||
"update", ISC_FALSE));
|
||||
NULL, ISC_FALSE));
|
||||
|
||||
/* Perform the Update Section Prescan. */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue