2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

dns_aml_checkrequest() now takes signer name, not message

This commit is contained in:
Andreas Gustafsson
1999-12-10 18:14:49 +00:00
parent 211e0a6fc2
commit 5cee8302fc
6 changed files with 42 additions and 38 deletions

View File

@@ -1942,7 +1942,7 @@ update_action(isc_task_t *task, isc_event_t *event)
* Check Requestor's Permissions. It seems a bit silly to do this
* only after prerequisite testing, but that is what RFC2136 says.
*/
CHECK(dns_aml_checkrequest(request, ns_client_getsockaddr(client),
CHECK(dns_aml_checkrequest(client->signer, ns_client_getsockaddr(client),
ns_g_confctx->acls, "update",
dns_zone_getupdateacl(zone),
NULL, ISC_FALSE));