diff options
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) |