From e4387f4e74375699780175a75111eb32a1a3b039 Mon Sep 17 00:00:00 2001 From: Otto Date: Mon, 18 Oct 2021 12:19:46 +0200 Subject: [PATCH] Process review comments --- pdns/filterpo.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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; } -- 2.47.2