From: Miod Vallat Date: Wed, 12 Nov 2025 07:04:41 +0000 (+0100) Subject: Remove commented out crude debug/log code. X-Git-Tag: rec-5.4.0-alpha1~106^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4b2b346dc1d09c120ec490eff5c79c47a46382f;p=thirdparty%2Fpdns.git Remove commented out crude debug/log code. Signed-off-by: Miod Vallat --- diff --git a/pdns/tcpreceiver.cc b/pdns/tcpreceiver.cc index 600591a011..bfa6d48817 100644 --- a/pdns/tcpreceiver.cc +++ b/pdns/tcpreceiver.cc @@ -517,7 +517,6 @@ bool TCPNameserver::canDoAXFR(std::unique_ptr& q, bool isAXFR, std::u } } - // cerr<<"checking allow-axfr-ips"<getInnerRemote() )) { g_log<& q, bool isAXFR, std::u FindNS fns; - // cerr<<"doing per-zone-axfr-acls"<getBackend()->getSOAUncached(q->qdomainzone,sd)) { - // cerr<<"got backend and SOA"< acl; packetHandler->getBackend()->getDomainMetadata(q->qdomainzone, "ALLOW-AXFR-FROM", acl); for (const auto & i : acl) { - // cerr<<"matching against "<<*i< nsset; @@ -546,10 +541,8 @@ bool TCPNameserver::canDoAXFR(std::unique_ptr& q, bool isAXFR, std::u for(const auto & j: nsset) { vector nsips=fns.lookup(j, packetHandler->getBackend()); for(const auto & nsip : nsips) { - // cerr<<"got "<<*k<<" from AUTO-NS"<getInnerRemote().toString()) { - // cerr<<"got AUTO-NS hit"<& q, bool isAXFR, std::u if(nm.match( q->getInnerRemote() )) { g_log<getRRS() = csp.getChunk(true); // flush the pipe if(!outpacket->getRRS().empty()) {