From: Pieter Lexis Date: Wed, 15 Sep 2021 13:11:07 +0000 (+0200) Subject: COOKIES: remove comment X-Git-Tag: dnsdist-1.7.0-alpha1~3^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=810fdddddfb9cadddd51eddd07177fc466cea1d4;p=thirdparty%2Fpdns.git COOKIES: remove comment --- diff --git a/pdns/ednscookies.cc b/pdns/ednscookies.cc index c24c66a62c..204f4eed06 100644 --- a/pdns/ednscookies.cc +++ b/pdns/ednscookies.cc @@ -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; }