]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
NSEC -> NSEC3
authorRemi Gacogne <rgacogne+github@valombre.net>
Mon, 31 Jan 2022 08:44:07 +0000 (09:44 +0100)
committerGitHub <noreply@github.com>
Mon, 31 Jan 2022 08:44:07 +0000 (09:44 +0100)
Co-authored-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/validate.cc

index db6eff87d6c887d6595032ced5cdaa8c44c7fc00..0edf51dbfa72c1d9b8bf498d17fe9879a2fef70b 100644 (file)
@@ -679,7 +679,7 @@ dState getDenial(const cspmap_t &validrrsets, const DNSName& qname, const uint16
         // If the name exists, check if the qtype is denied
         if (beginHash == h) {
 
-          /* The NSEC is either a delegation one, from the parent zone, and
+          /* 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
            * either at apex (signer == owner) or with the SOA or NS bits clear.
            */