From: Kees Monshouwer Date: Mon, 9 Sep 2013 19:30:28 +0000 (+0200) Subject: pdnssec check-all-zones now detect RRSIG records in non-presigned zones X-Git-Tag: rec-3.6.0-rc1~447^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c90d822bc8b7d13bf67eb46df8e84dade3fffe85;p=thirdparty%2Fpdns.git pdnssec check-all-zones now detect RRSIG records in non-presigned zones --- diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index a8f98e05d3..75d628bfd8 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -356,15 +356,18 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const std::string& zone) if (rr.qtype.getCode() == QType::CNAME) { if (!cnames.count(rr.qname)) cnames.insert(rr.qname); - else - { + else { cout<<"[Error] Duplicate CNAME found at '"<