From 9bd211e1d13e1840d2a699d376b131e4db9ef3eb Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Thu, 4 Jul 2013 20:55:25 +0200 Subject: [PATCH] no rectify for presigned zones --- pdns/pdnssec.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index dfbb32a6fd..63906ec3c8 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -165,6 +165,11 @@ void loadMainConfig(const std::string& configdir) // I think this has to do with interlocking transactions between B and DK, but unsure. bool rectifyZone(DNSSECKeeper& dk, const std::string& zone) { + if(dk.isPresigned(zone)){ + cerr<<"Rectify presigned zone '"<