From da231a4e37b3aac4a4089cd5df81d397229ad908 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Sat, 23 Jul 2016 13:42:32 +0200 Subject: [PATCH] ignore tailing dot in signer name --- pdns/dbdnsseckeeper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dbdnsseckeeper.cc b/pdns/dbdnsseckeeper.cc index 8b119467d3..0b1ce6e334 100644 --- a/pdns/dbdnsseckeeper.cc +++ b/pdns/dbdnsseckeeper.cc @@ -409,7 +409,7 @@ bool DNSSECKeeper::getPreRRSIGs(DNSBackend& db, const std::string& signer, const // cerr<<"Considering for '"< parts; stringtok(parts, rr.content); - if(parts[0] == qtype.getName() && pdns_iequals(parts[7], signer+".")) { + if(parts[0] == qtype.getName() && pdns_iequals(stripDot(parts[7]), signer)) { // cerr<<"Got it"<