From 63372f343a26012c570c71fdc9316f5afe7c5c01 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 4638e38f6..abcfd0c10 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -480,6 +480,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<<" != "<