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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5949%2Fhead;p=thirdparty%2Fpdns.git auth: Don't complain that glues are occluded by a delegation --- 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] '"<