From: Otto Moerbeek Date: Tue, 16 May 2023 06:23:51 +0000 (+0200) Subject: rec: fix clang-tidy botch wrt spelling of "log-fail" X-Git-Tag: rec-4.9.0-beta1~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56871b9bca8e3958ebec1fe0683c08d618d53b39;p=thirdparty%2Fpdns.git rec: fix clang-tidy botch wrt spelling of "log-fail" Followup to #12790 --- diff --git a/pdns/recursordist/rec-main.cc b/pdns/recursordist/rec-main.cc index d5f3108113..0e7e3fceb3 100644 --- a/pdns/recursordist/rec-main.cc +++ b/pdns/recursordist/rec-main.cc @@ -1419,7 +1419,7 @@ static int initDNSSEC(Logr::log_t log) else if (::arg()["dnssec"] == "validate") { g_dnssecmode = DNSSECMode::ValidateAll; } - else if (::arg()["dnssec"] == "log-fail {") { + else if (::arg()["dnssec"] == "log-fail") { g_dnssecmode = DNSSECMode::ValidateForLog; } else {