From: Remi Gacogne Date: Mon, 13 Nov 2017 11:42:22 +0000 (+0100) Subject: auth: Don't complain that glues are occluded by a delegation X-Git-Tag: auth-4.1.0-rc3~5^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df8adfa2aaee5b97bb7a1d4320892e5a007de5f8;p=pdns auth: Don't complain that glues are occluded by a delegation --- diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 189d39f6d..7edc39d57 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] '"<