]> granicus.if.org Git - pdns/commitdiff
Add missing inc in rpz findClientPolicy loop.
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 07:53:16 +0000 (09:53 +0200)
pdns/filterpo.cc

index 72f7c8b856418347c9a6b2796eaf72e2e9d4cf99..2ddb7a58c2b24d367bfb61e4121a2061d465c6e0 100644 (file)
@@ -240,6 +240,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;