summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nsd/axfr.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nsd/axfr.c')
-rw-r--r--usr.sbin/nsd/axfr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/nsd/axfr.c b/usr.sbin/nsd/axfr.c
index 92d4f2fc0c1..6f6b0957e99 100644
--- a/usr.sbin/nsd/axfr.c
+++ b/usr.sbin/nsd/axfr.c
@@ -164,12 +164,12 @@ return_answer:
query_state_type
answer_axfr_ixfr(struct nsd *nsd, struct query *q)
{
- acl_options_t *acl = NULL;
+ struct acl_options *acl = NULL;
/* Is it AXFR? */
switch (q->qtype) {
case TYPE_AXFR:
if (q->tcp) {
- zone_options_t* zone_opt;
+ struct zone_options* zone_opt;
zone_opt = zone_options_find(nsd->options, q->qname);
if(!zone_opt ||
acl_check_incoming(zone_opt->pattern->provide_xfr, q, &acl)==-1)