mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-20 17:42:09 -04:00
enable outgoing zone transfers
This commit is contained in:
parent
7f3441d2a8
commit
d662fd77ec
1 changed files with 1 additions and 2 deletions
|
|
@ -41,6 +41,7 @@
|
|||
#include <named/client.h>
|
||||
#include <named/globals.h>
|
||||
#include <named/query.h>
|
||||
#include <named/xfrout.h>
|
||||
|
||||
#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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue