summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_Adapters.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-01-27 21:16:47 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-01-27 21:16:47 +0000
commite40796cb62b771ccd624e1f308a662c8dc09d9e4 (patch)
tree42ff379d9734754814468372164c8cb426775f3e /ace/Timer_Queue_Adapters.cpp
parent8ab7ab710579e94acc9593b5c6e35052219d211f (diff)
downloadATCD-e40796cb62b771ccd624e1f308a662c8dc09d9e4.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Timer_Queue_Adapters.cpp')
-rw-r--r--ace/Timer_Queue_Adapters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Queue_Adapters.cpp b/ace/Timer_Queue_Adapters.cpp
index d9a1d29aa68..7b0d34e1823 100644
--- a/ace/Timer_Queue_Adapters.cpp
+++ b/ace/Timer_Queue_Adapters.cpp
@@ -220,7 +220,7 @@ ACE_Thread_Timer_Queue_Adapter<TQ>::svc (void)
// Thread cancellation point, if ACE supports it.
#if !defined (ACE_LACKS_PTHREAD_CANCEL)
- ACE_PTHREAD_CLEANUP_POP (1);
+ ACE_PTHREAD_CLEANUP_POP (0);
#endif /* ACE_LACKS_PTHREAD_CANCEL */
ACE_DEBUG ((LM_DEBUG, "terminating dispatching thread\n"));