From ed9ef68306f9faac10b18aef63947611b3628935 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 17 Jun 2024 15:58:06 +0200 Subject: [PATCH] dnsdist: Fix a clang-tidy warning in the custom web handlers code --- pdns/dnsdistdist/dnsdist-web.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2