From fa52e029b05d12f7b42227e4348d2ff9fe76e657 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Tue, 6 Jan 2015 22:46:23 +0100 Subject: [PATCH] pdnssec: fix ttl ceck for RRSIG records --- pdns/pdnssec.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index a1fab332b8..96ef05bdb4 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<<" != "<