summaryrefslogtreecommitdiffstats
path: root/lib/bind9
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-05-28 09:49:28 +0000
committerdougb <dougb@FreeBSD.org>2012-05-28 09:49:28 +0000
commit28648ebad5d82231050fad98edaea0139041dab5 (patch)
treed1c6443b417cd46cab150c0b06bb9d7ed9e4670b /lib/bind9
parent99137cc0869ff3151f403a8255695487f6441a0d (diff)
downloadFreeBSD-src-28648ebad5d82231050fad98edaea0139041dab5.zip
FreeBSD-src-28648ebad5d82231050fad98edaea0139041dab5.tar.gz
Vendor import of BIND 9.8.3
Diffstat (limited to 'lib/bind9')
-rw-r--r--lib/bind9/api2
-rw-r--r--lib/bind9/check.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/bind9/api b/lib/bind9/api
index 74bc338..089e782 100644
--- a/lib/bind9/api
+++ b/lib/bind9/api
@@ -4,5 +4,5 @@
# 9.8: 80-89
# 9.9: 90-109
LIBINTERFACE = 80
-LIBREVISION = 4
+LIBREVISION = 5
LIBAGE = 0
diff --git a/lib/bind9/check.c b/lib/bind9/check.c
index 695a230..26eaa1a 100644
--- a/lib/bind9/check.c
+++ b/lib/bind9/check.c
@@ -434,7 +434,7 @@ check_dns64(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions,
int nbytes;
int i;
- static const char *acls[] = { "client", "exclude", "mapped", NULL};
+ static const char *acls[] = { "clients", "exclude", "mapped", NULL};
if (voptions != NULL)
cfg_map_get(voptions, "dns64", &dns64);
OpenPOWER on IntegriCloud