From 1dec474bd012bc3682dda063300b2d98a8e8acff Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 30 Sep 2016 13:19:18 +0200 Subject: [PATCH] Fix the fields in two debug lines --- pdns/syncres.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/syncres.cc b/pdns/syncres.cc index a07145213..2f10ae52e 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()); -- 2.40.0