]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add missing inc in rpz findClientPolicy loop. 8238/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 28 Aug 2019 07:50:31 +0000 (09:50 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 28 Aug 2019 09:09:11 +0000 (11:09 +0200)
(cherry picked from commit ae001b0e368e3a80f59d1c8ba64df15a42be00ef)

pdns/filterpo.cc

index c3585ce031a3be21ab9ba01139c5ea29f7e650c2..dbda7bdd52939f035e4bc057ab4aa0af67900750 100644 (file)
@@ -151,6 +151,7 @@ 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;