From df8adfa2aaee5b97bb7a1d4320892e5a007de5f8 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 13 Nov 2017 12:42:22 +0100 Subject: [PATCH] auth: Don't complain that glues are occluded by a delegation --- pdns/pdnsutil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 189d39f6d1..7edc39d574 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -524,7 +524,7 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const DNSName& zone, const vect for(const auto &qname : checkOcclusion) { for (const auto &q : recs) { - if (q.first.isPartOf(qname.first)) { + if (q.first.isPartOf(qname.first) && !checkglue.count(q.first)) { cout<<"[Warning] '"<