Changes of Revision 22
[-] [+] | Changed | pdns.spec |
[-] [+] | Added | secfix-012012.patch ^ |
@@ -0,0 +1,13 @@ +--- pdns/common_startup.cc (revision 2326) ++++ pdns/common_startup.cc (working copy) +@@ -253,7 +253,9 @@ + numreceived4++; + else + numreceived6++; +- ++ if(P->d.qr) ++ continue; ++ + S.ringAccount("queries", P->qdomain+"/"+P->qtype.getName()); + S.ringAccount("remotes",P->getRemote()); + if(logDNSQueries) { \ No newline at end of file |