summaryrefslogtreecommitdiff
path: root/ace/Reactor.cpp
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-25 00:51:38 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-25 00:51:38 +0000
commit89679ab8dbc8a3ed288f1a3bb92f8f6c8e821b18 (patch)
treee8587f2a0bbfbcef395417594f270e0075500899 /ace/Reactor.cpp
parent59396f4f95e08106c3c7515eb9f6a8ee0f17fc23 (diff)
downloadATCD-89679ab8dbc8a3ed288f1a3bb92f8f6c8e821b18.tar.gz
*** empty log message ***
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 ();