From: Remi Gacogne Date: Thu, 25 Sep 2025 07:32:37 +0000 (+0200) Subject: dnsdist: Remove redundant assignment noticed by Otto X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16327%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Remove redundant assignment noticed by Otto Signed-off-by: Remi Gacogne (cherry picked from commit 6186a149e8c66640b45f53a6a905836855cbfbd4) --- diff --git a/pdns/dnsdistdist/dnsdist-tcp-downstream.cc b/pdns/dnsdistdist/dnsdist-tcp-downstream.cc index a57c1eb36e..ddea1fa2ff 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;