From: Kees Monshouwer Date: Tue, 6 Jan 2015 21:46:23 +0000 (+0100) Subject: pdnssec: fix ttl ceck for RRSIG records X-Git-Tag: auth-3.4.2~14^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa52e029b05d12f7b42227e4348d2ff9fe76e657;p=pdns pdnssec: fix ttl ceck for RRSIG records --- diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index a1fab332b..96ef05bdb 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -483,6 +483,10 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const std::string& zone) content.str(""); content<(toLower(content.str()), rr.ttl)); if (ret.second == false && ret.first->second != rr.ttl) { cout<<"[Error] TTL mismatch in rrset: '"<second<<" != "<