From: Otto Date: Mon, 18 Oct 2021 10:19:46 +0000 (+0200) Subject: Process review comments X-Git-Tag: rec-4.5.7~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10863%2Fhead;p=thirdparty%2Fpdns.git Process review comments (cherry picked from commit e4387f4e74375699780175a75111eb32a1a3b039) --- diff --git a/pdns/filterpo.cc b/pdns/filterpo.cc index 44829c3147..97e5cf366d 100644 --- a/pdns/filterpo.cc +++ b/pdns/filterpo.cc @@ -199,7 +199,7 @@ bool DNSFilterEngine::getProcessingPolicy(const DNSName& qname, const std::unord for (const auto& wc : wcNames) { if (z->findExactNSPolicy(wc, pol)) { // cerr<<"Had a hit on the nameserver ("<findNSIPPolicy(address, pol)) { // cerr<<"Had a hit on the nameserver ("<findClientPolicy(ca, pol)) { // cerr<<"Had a hit on the IP address ("<findExactQNamePolicy(wc, pol)) { // cerr<<"Had a hit on the name of the query"<findResponsePolicy(ca, pol)) { return true; }