]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Revert "rec: backport 8236: Add missing inc in rpz findClientPolicy loop." 8244/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 28 Aug 2019 11:53:11 +0000 (13:53 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2019 11:53:11 +0000 (13:53 +0200)
pdns/filterpo.cc

index dbda7bdd52939f035e4bc057ab4aa0af67900750..c3585ce031a3be21ab9ba01139c5ea29f7e650c2 100644 (file)
@@ -151,7 +151,6 @@ DNSFilterEngine::Policy DNSFilterEngine::getQueryPolicy(const DNSName& qname, co
       //       cerr<<"Had a hit on the IP address ("<<ca.toString()<<") of the client"<<endl;
       return pol;
     }
-    ++count;
   }
 
   return pol;