summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-06 00:37:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-06 00:37:20 +0000
commite0c13c59fbc07d686a8c16b434b240e5c1ae1116 (patch)
treeb767fe69816602739ed1087e347a2a606e429a30 /ace/Timer_Queue.cpp
parent5c47048dcb6e6ddab8406324df204d2b92f72b2a (diff)
downloadATCD-e0c13c59fbc07d686a8c16b434b240e5c1ae1116.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Timer_Queue.cpp')
-rw-r--r--ace/Timer_Queue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Queue.cpp b/ace/Timer_Queue.cpp
index 0ebdaf2d976..b5c9c964d12 100644
--- a/ace/Timer_Queue.cpp
+++ b/ace/Timer_Queue.cpp
@@ -162,7 +162,7 @@ ACE_Timer_Queue::expire (const ACE_Time_Value &cur_time)
// Perform the callback.
if (handler->handle_timeout (cur_time, arg) == -1)
- this->cancel (handler);
+ this->cancel (handler, 0); // 0 means "call handle_close()".
if (reclaim)
// Call the factory method to free up the node.