From: Remi Gacogne Date: Mon, 31 Jan 2022 08:44:15 +0000 (+0100) Subject: NSEC -> NSEC3 X-Git-Tag: auth-4.7.0-alpha1~38^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11225%2Fhead;p=thirdparty%2Fpdns.git NSEC -> NSEC3 Co-authored-by: Otto Moerbeek --- diff --git a/pdns/validate.cc b/pdns/validate.cc index 0edf51dbfa..1613abbec6 100644 --- a/pdns/validate.cc +++ b/pdns/validate.cc @@ -680,7 +680,7 @@ dState getDenial(const cspmap_t &validrrsets, const DNSName& qname, const uint16 if (beginHash == h) { /* The NSEC3 is either a delegation one, from the parent zone, and - * must have the NS bit set but not the SOA one, or a regular NSEC + * must have the NS bit set but not the SOA one, or a regular NSEC3 * either at apex (signer == owner) or with the SOA or NS bits clear. */ const bool notApex = signer.countLabels() < qname.countLabels();