From: Otto Moerbeek Date: Wed, 7 Dec 2022 12:37:13 +0000 (+0100) Subject: Elaborate on NSEC/NSEC3 diffference in comment X-Git-Tag: rec-4.8.0^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12293%2Fhead;p=thirdparty%2Fpdns.git Elaborate on NSEC/NSEC3 diffference in comment (cherry picked from commit 2cdafbdeae085e1443d13e4ddf578c86ce24c1e6) --- diff --git a/pdns/syncres.hh b/pdns/syncres.hh index d0b3340177..df26b9ac4f 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; }