From 7f86ca106fbc095c023278faea066255f53baa23 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 7 Dec 2022 13:37:13 +0100 Subject: [PATCH] Elaborate on NSEC/NSEC3 diffference in comment (cherry picked from commit 2cdafbdeae085e1443d13e4ddf578c86ce24c1e6) --- pdns/syncres.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2