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

use ns_g_server->aclenv to match localhost and localnets in the allow{} clause

This commit is contained in:
David Lawrence
2000-07-11 23:02:32 +00:00
parent 403cc93b27
commit eae2a15326

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: omapiconf.c,v 1.5 2000/07/11 22:03:09 tale Exp $ */
/* $Id: omapiconf.c,v 1.6 2000/07/11 23:02:32 tale Exp $ */
/*
* Principal Author: DCL
@@ -137,7 +137,7 @@ verify_connection(isc_sockaddr_t *sockaddr, void *arg) {
listener = arg;
result = dns_acl_match(&netaddr, NULL, listener->acl,
NULL, &match, NULL);
&ns_g_server->aclenv, &match, NULL);
if (result != ISC_R_SUCCESS || match <= 0)
return (ISC_FALSE);