From: Mark Andrews Date: Thu, 12 Jul 2018 04:48:01 +0000 (+1000) Subject: handle dns_aclelementtype_geoip X-Git-Tag: v9.13.3~86^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57eadf4d4fe1ea8c7b85c2ed75d328b11e7860ec;p=thirdparty%2Fbind9.git handle dns_aclelementtype_geoip --- diff --git a/lib/dns/acl.c b/lib/dns/acl.c index fb21f6f2d92..160a23b1e5f 100644 --- a/lib/dns/acl.c +++ b/lib/dns/acl.c @@ -588,6 +588,9 @@ dns_acl_isinsecure(const dns_acl_t *a) { return (ISC_TRUE); continue; +#ifdef HAVE_GEOIP + case dns_aclelementtype_geoip: +#endif case dns_aclelementtype_localnets: return (ISC_TRUE);