From: Remi Gacogne Date: Mon, 17 Jun 2024 13:58:06 +0000 (+0200) Subject: dnsdist: Fix a clang-tidy warning in the custom web handlers code X-Git-Tag: rec-5.2.0-alpha0~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed9ef68306f9faac10b18aef63947611b3628935;p=thirdparty%2Fpdns.git dnsdist: Fix a clang-tidy warning in the custom web handlers code --- diff --git a/pdns/dnsdistdist/dnsdist-web.cc b/pdns/dnsdistdist/dnsdist-web.cc index f439fe9b4a..45c9b431e6 100644 --- a/pdns/dnsdistdist/dnsdist-web.cc +++ b/pdns/dnsdistdist/dnsdist-web.cc @@ -1720,7 +1720,7 @@ using WebHandler = std::function> s_webHandlers;