]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Remove redundant assignment noticed by Otto 16140/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 25 Sep 2025 07:32:37 +0000 (09:32 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 25 Sep 2025 07:32:37 +0000 (09:32 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
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;