From e977acfd71a1abb6e639afa254014b834f820b9c Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sat, 30 Jan 2016 13:24:18 +0100 Subject: [PATCH] turn out-of-zone data into an error for check-zone. I can't ever see why it makes sense but perhaps there was a reason. --- pdns/pdnsutil.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 761e6cbb6..08447d2e2 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -520,8 +520,8 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const DNSName& zone, const vect } if(!rr.qname.isPartOf(zone)) { - cout<<"[Warning] Record '"<