]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
handle dns_aclelementtype_geoip
authorMark Andrews <marka@isc.org>
Thu, 12 Jul 2018 04:48:01 +0000 (14:48 +1000)
committerMark Andrews <marka@isc.org>
Wed, 1 Aug 2018 23:18:16 +0000 (09:18 +1000)
lib/dns/acl.c

index fb21f6f2d92382d5a4857c57ee1773aff7c86f86..160a23b1e5fc34aebb7beaf55916ee89b0041c34 100644 (file)
@@ -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);