From: Pieter Lexis Date: Fri, 30 Sep 2016 11:19:18 +0000 (+0200) Subject: Fix the fields in two debug lines X-Git-Tag: rec-4.0.4~23^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1dec474bd012bc3682dda063300b2d98a8e8acff;p=thirdparty%2Fpdns.git Fix the fields in two debug lines --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index a07145213d..2f10ae52e4 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());