]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
changed arguments to dns_aml_checkrequest()
authorAndreas Gustafsson <source@isc.org>
Thu, 2 Dec 1999 22:28:25 +0000 (22:28 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 2 Dec 1999 22:28:25 +0000 (22:28 +0000)
bin/named/update.c

index 38f81a1a19f6105c77b4a38f5a23bd6ccd557155..a55e689723d88dd3810a624b26e3f2efc126fe32 100644 (file)
@@ -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. */