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/?a=commitdiff_plain;h=refs%2Fpull%2F16140%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Remove redundant assignment noticed by Otto Signed-off-by: Remi Gacogne --- 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;