]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
COOKIES: remove comment
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 15 Sep 2021 13:11:07 +0000 (15:11 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 20 Sep 2021 08:54:41 +0000 (10:54 +0200)
pdns/ednscookies.cc

index c24c66a62ce172a15aa44f6ca0f149af9ad06913..204f4eed06db7f6bc8e86a553fff10f9b5ba783f 100644 (file)
@@ -97,7 +97,6 @@ bool EDNSCookiesOpt::isValid(const string& secret, const ComboAddress& source) c
     return false;
   }
   if (secret.length() != crypto_shorthash_KEYBYTES) {
-    // XXX should we throw std::range_error here?
     return false;
   }