From 24f07c6daf8a67fc2427ea05b24c205fafeff5e8 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 29 Jun 2013 05:37:08 -0600 Subject: [PATCH] Bug 3842: Segfault during connection close in ConnStateData::stopReceiving() --- src/client_side.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client_side.cc b/src/client_side.cc index dbe8031626..0e89320190 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -872,7 +872,6 @@ ConnStateData::swanSong() if (Comm::IsConnOpen(clientConnection)) clientConnection->close(); - clientConnection = NULL; #if USE_AUTH // NP: do this bit after closing the connections to avoid side effects from unwanted TCP RST -- 2.47.3