From 6186a149e8c66640b45f53a6a905836855cbfbd4 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 25 Sep 2025 09:32:37 +0200 Subject: [PATCH] dnsdist: Remove redundant assignment noticed by Otto Signed-off-by: Remi Gacogne --- pdns/dnsdistdist/dnsdist-tcp-downstream.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pdns/dnsdistdist/dnsdist-tcp-downstream.cc b/pdns/dnsdistdist/dnsdist-tcp-downstream.cc index a57c1eb36..ddea1fa2f 100644 --- a/pdns/dnsdistdist/dnsdist-tcp-downstream.cc +++ b/pdns/dnsdistdist/dnsdist-tcp-downstream.cc @@ -393,7 +393,6 @@ void TCPConnectionToBackend::handleIO(std::shared_ptr& c if (conn->d_handlingIO) { return; } - conn->d_handlingIO = true; dnsdist::tcp::HandlingIOGuard reentryGuard(conn->d_handlingIO); bool connectionDied = false; -- 2.47.3