From: Bert Hubert Date: Thu, 15 Nov 2012 09:33:07 +0000 (+0000) Subject: add commented out line for dnsscope to print out all failed/unanswerered queries X-Git-Tag: auth-3.2-rc2~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7aba88c0666c0656565092445b6ea8f054ba83dc;p=pdns add commented out line for dnsscope to print out all failed/unanswerered queries git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2896 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/dnsscope.cc b/pdns/dnsscope.cc index 8e56f6092..218fd36dd 100644 --- a/pdns/dnsscope.cc +++ b/pdns/dnsscope.cc @@ -129,8 +129,10 @@ try unsigned int unanswered=0; for(statmap_t::const_iterator i=statmap.begin(); i!=statmap.end(); ++i) { - if(!i->second.d_answercount) + if(!i->second.d_answercount) { unanswered++; + // cout << i->first.d_qname <<" " <first.d_qtype<