From: Pieter Lexis Date: Fri, 30 Sep 2016 11:19:18 +0000 (+0200) Subject: Fix the fields in two debug lines X-Git-Tag: dnsdist-1.1.0-beta2~78^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0750204af2e78298c424f140f5647d92ab20f72;p=thirdparty%2Fpdns.git Fix the fields in two debug lines --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index eb992c739e..6df56aedcf 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -1290,8 +1290,8 @@ int SyncRes::doResolveAt(NsSet &nameservers, DNSName auth, bool flawedNSSet, con *const_cast(&record.d_ttl)=lowestTTL; // boom } - // cout<<"Have "<second.records.size()<<" records and "<second.signatures.size()<<" signatures for "<first.first; - // cout<<'|'<first.second.getCode())<second.records.size()<<" records and "<second.signatures.size()<<" signatures for "<first.name; +// cout<<'|'<first.type)<second.records.empty()) // this happens when we did store signatures, but passed on the records themselves continue; t_RC->replace(d_now.tv_sec, i->first.name, QType(i->first.type), i->second.records, i->second.signatures, lwr.d_aabit, i->first.place == DNSResourceRecord::ANSWER ? ednsmask : boost::optional());