diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-12-04 18:01:08 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-12-04 18:01:08 +0000 |
commit | 5078c3ef98df43b61c6dcbb40e90857067f1e4b5 (patch) | |
tree | 1ee5a6f3242f583dc95509c52ff910e3a82351d1 /java/src/IceInternal/ThreadPool.java | |
parent | Made getThreadControl() a const method. (diff) | |
download | ice-5078c3ef98df43b61c6dcbb40e90857067f1e4b5.tar.bz2 ice-5078c3ef98df43b61c6dcbb40e90857067f1e4b5.tar.xz ice-5078c3ef98df43b61c6dcbb40e90857067f1e4b5.zip |
fixing assert on idle timeout
Diffstat (limited to 'java/src/IceInternal/ThreadPool.java')
-rw-r--r-- | java/src/IceInternal/ThreadPool.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/IceInternal/ThreadPool.java b/java/src/IceInternal/ThreadPool.java index 289aa69554a..33b15884b42 100644 --- a/java/src/IceInternal/ThreadPool.java +++ b/java/src/IceInternal/ThreadPool.java @@ -442,6 +442,7 @@ public final class ThreadPool assert(_timeout > 0); _timeout = 0; + _timeoutMillis = 0; shutdown = true; continue repeatSelect; } |