From: Otto Moerbeek Date: Wed, 7 Dec 2022 12:37:13 +0000 (+0100) Subject: Elaborate on NSEC/NSEC3 diffference in comment X-Git-Tag: dnsdist-1.8.0-rc1~185^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12289%2Fhead;p=thirdparty%2Fpdns.git Elaborate on NSEC/NSEC3 diffference in comment --- diff --git a/pdns/syncres.hh b/pdns/syncres.hh index 499e2d355d..904089aa6d 100644 --- a/pdns/syncres.hh +++ b/pdns/syncres.hh @@ -449,7 +449,7 @@ public: case QType::rfc6895Reserved: // Other case QType::RRSIG: - case QType::NSEC3: // what about NSEC? + case QType::NSEC3: // We use the same logic as for an auth: NSEC is queryable, NSEC3 not case QType::OPT: return true; }