From a0750204af2e78298c424f140f5647d92ab20f72 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 eb992c739..6df56aedc 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