From: Otto Date: Mon, 18 Oct 2021 10:19:46 +0000 (+0200) Subject: Process review comments X-Git-Tag: rec-4.6.0-alpha2~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10842%2Fhead;p=thirdparty%2Fpdns.git Process review comments --- diff --git a/pdns/filterpo.cc b/pdns/filterpo.cc index fc9d916482..2253d37215 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; }