From d662fd77ecb875663f3d7510a8dd03f369697da2 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 20 Aug 1999 06:04:28 +0000 Subject: [PATCH] enable outgoing zone transfers --- bin/named/query.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/named/query.c b/bin/named/query.c index 93c826fc99..ff1bed2e31 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -41,6 +41,7 @@ #include #include #include +#include #include "../../isc/util.h" /* XXX */ @@ -1225,10 +1226,8 @@ ns_query_start(ns_client_t *client) { break; /* Let query_find handle it. */ case dns_rdatatype_ixfr: case dns_rdatatype_axfr: -#ifdef notyet ns_xfr_start(client, rdataset->type); return; -#endif case dns_rdatatype_maila: case dns_rdatatype_mailb: ns_client_error(client, DNS_R_NOTIMP);