From: Kees Monshouwer Date: Fri, 18 Apr 2014 18:01:15 +0000 (+0200) Subject: pdnssc check zone, ignore RRSIGs in presigned zones X-Git-Tag: rec-3.6.0-rc1~52^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3aa5b00f945d16a1f3589bbdd37ec51be20da70a;p=thirdparty%2Fpdns.git pdnssc check zone, ignore RRSIGs in presigned zones --- diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index ee53dddfb9..564eb3f2d7 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -478,7 +478,7 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const std::string& zone) } } else { if (rr.qtype.getCode() == QType::RRSIG) { - if(presigned) { + if(!presigned) { cout<<"[Error] RRSIG found at '"<