summaryrefslogtreecommitdiff
path: root/ace/Reactor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor.cpp')
-rw-r--r--ace/Reactor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Reactor.cpp b/ace/Reactor.cpp
index 22a2b3a95a1..420c3be9399 100644
--- a/ace/Reactor.cpp
+++ b/ace/Reactor.cpp
@@ -1361,6 +1361,7 @@ ACE_Reactor::wait_for_multiple_events (ACE_Reactor_Handle_Set &dispatch_set,
if (this->timer_queue_->calculate_timeout (max_wait_time,
this_timeout) == 0) {
this_timeout = 0 ;
+ }
width = (u_long) this->handler_rep_.max_handlep1 ();