diff options
author | Marc Laukien <marc@zeroc.com> | 2001-11-13 22:44:08 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-11-13 22:44:08 +0000 |
commit | a7de18dc90494772595514a126df49766503ca68 (patch) | |
tree | b72778f3a25de146e32d4267be28e09236e67ed2 /cpp/src/Ice/ThreadPool.cpp | |
parent | fixes (diff) | |
download | ice-a7de18dc90494772595514a126df49766503ca68.tar.bz2 ice-a7de18dc90494772595514a126df49766503ca68.tar.xz ice-a7de18dc90494772595514a126df49766503ca68.zip |
many, many fixes
Diffstat (limited to 'cpp/src/Ice/ThreadPool.cpp')
-rw-r--r-- | cpp/src/Ice/ThreadPool.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/ThreadPool.cpp b/cpp/src/Ice/ThreadPool.cpp index 880ee685a66..1d99565dbe8 100644 --- a/cpp/src/Ice/ThreadPool.cpp +++ b/cpp/src/Ice/ThreadPool.cpp @@ -281,8 +281,8 @@ IceInternal::ThreadPool::run() { assert(_timeout); _timeout = 0; - _instance->objectAdapterFactory()->shutdown(); - continue; + shutdown = true; + goto repeatSelect; } if (ret == SOCKET_ERROR) |