Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 398403 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- pdns/common_startup.cc   (revision 2326)
0
++ pdns/common_startup.cc   (working copy)
Lines 253-259 Link Here
253
      numreceived4++;
253
      numreceived4++;
254
    else
254
    else
255
      numreceived6++;
255
      numreceived6++;
256
256
    if(P->d.qr)
257
      continue;
258
      
257
    S.ringAccount("queries", P->qdomain+"/"+P->qtype.getName());
259
    S.ringAccount("queries", P->qdomain+"/"+P->qtype.getName());
258
    S.ringAccount("remotes",P->getRemote());
260
    S.ringAccount("remotes",P->getRemote());
259
    if(logDNSQueries) {
261
    if(logDNSQueries) {

Return to bug 398403