summaryrefslogtreecommitdiff
path: root/lib/bind9/check.c
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-05-28 09:49:28 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-05-28 09:49:28 +0000
commit084de27e02affbe7c588e0fcc0d061a466e83627 (patch)
treed1c6443b417cd46cab150c0b06bb9d7ed9e4670b /lib/bind9/check.c
parentef021ab32c96f04b817db934ad74cc24cf4285ef (diff)
Diffstat (limited to 'lib/bind9/check.c')
-rw-r--r--lib/bind9/check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bind9/check.c b/lib/bind9/check.c
index 695a2301d31fb..26eaa1aaf979c 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);