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/?a=commitdiff_plain;h=refs%2Fpull%2F14341%2Fhead;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;