summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Connection.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2003-10-23 19:45:38 +0000
committerMarc Laukien <marc@zeroc.com>2003-10-23 19:45:38 +0000
commit08d73ec9c4edf2a2d9736939e96eb1da44a415e7 (patch)
tree9468e7e8be44c09036522ddc79489c7f0c409bf6 /cpp/src/Ice/Connection.cpp
parentadding transform test (diff)
downloadice-08d73ec9c4edf2a2d9736939e96eb1da44a415e7.tar.bz2
ice-08d73ec9c4edf2a2d9736939e96eb1da44a415e7.tar.xz
ice-08d73ec9c4edf2a2d9736939e96eb1da44a415e7.zip
fix
Diffstat (limited to 'cpp/src/Ice/Connection.cpp')
-rw-r--r--cpp/src/Ice/Connection.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/Connection.cpp b/cpp/src/Ice/Connection.cpp
index e513d788bbd..420bdb38427 100644
--- a/cpp/src/Ice/Connection.cpp
+++ b/cpp/src/Ice/Connection.cpp
@@ -1563,8 +1563,9 @@ IceInternal::Connection::setState(State state)
{
// See _queryMutex comment in header file.
IceUtil::Mutex::Lock sync(_queryMutex);
+ _transceiver = 0;
}
- _transceiver = 0;
+ _threadPool = 0; // We don't need the thread pool anymore.
}
else
{