From 6a65ae9a7ef6b2291433ae81db410ed8e9efa661 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Tue, 13 Oct 2015 22:14:15 +0200 Subject: [PATCH] don't log out-of-zone ents during AXFR in --- pdns/tcpreceiver.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pdns/tcpreceiver.cc b/pdns/tcpreceiver.cc index c4b1074282..ff6af977bf 100644 --- a/pdns/tcpreceiver.cc +++ b/pdns/tcpreceiver.cc @@ -700,7 +700,8 @@ int TCPNameserver::doAXFR(const string &target, shared_ptr q, int out } rrs.push_back(rr); } else { - L<