From: Ruben d'Arco Date: Fri, 5 Jun 2015 05:11:34 +0000 (+0200) Subject: More debug remove X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~58^2~21^2~5^2~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fda8e87a9b2831126d759d489a2ab24a8d3e69e;p=thirdparty%2Fpdns.git More debug remove --- diff --git a/pdns/dnspacket.cc b/pdns/dnspacket.cc index 6ba951c8ea..09bfda35e8 100644 --- a/pdns/dnspacket.cc +++ b/pdns/dnspacket.cc @@ -167,13 +167,13 @@ void DNSPacket::addRecord(const DNSResourceRecord &rr) { // this removes duplicates from the packet in case we are not compressing // for AXFR, no such checking is performed! - cerr<<"addrecord, content=["<::const_iterator i=d_rrs.begin();i!=d_rrs.end();++i) if(rr.qname==i->qname && rr.qtype==i->qtype && rr.content==i->content) { return; } - cerr<<"added to d_rrs"<qtype.getCode() == QType::ANY && !p->d_dnssecOk && (rr.qtype.getCode() == QType:: DNSKEY || rr.qtype.getCode() == QType::NSEC3PARAM)) continue; // Don't send dnssec info to non validating resolvers. if (rr.qtype.getCode() == QType::RRSIG) // RRSIGS are added later any way. @@ -1262,7 +1262,7 @@ DNSPacket *PacketHandler::questionOrRecurse(DNSPacket *p, bool *shouldRecurse) weRedirected=1; if(DP && rr.qtype.getCode() == QType::ALIAS) { - haveAlias=DNSName(rr.content); + haveAlias=DNSName(rr.content); } // Filter out all SOA's and add them in later