]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Remove redundant assignment noticed by Otto 16327/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 25 Sep 2025 07:32:37 +0000 (09:32 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 20 Oct 2025 08:57:36 +0000 (10:57 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
(cherry picked from commit 6186a149e8c66640b45f53a6a905836855cbfbd4)

pdns/dnsdistdist/dnsdist-tcp-downstream.cc

index a57c1eb36e4be4779cc3c048e31a4acaabcdcd1b..ddea1fa2ff4bc93658db8cba0784285c00a91f0c 100644 (file)
@@ -393,7 +393,6 @@ void TCPConnectionToBackend::handleIO(std::shared_ptr<TCPConnectionToBackend>& c
   if (conn->d_handlingIO) {
     return;
   }
-  conn->d_handlingIO = true;
   dnsdist::tcp::HandlingIOGuard reentryGuard(conn->d_handlingIO);
 
   bool connectionDied = false;