diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-25 01:54:48 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-25 01:54:48 +0000 |
commit | 5f64e055584d78be7f7dac8f73fd0ce0f93a560a (patch) | |
tree | 8013eff5b319ca4986e22bc4aabc9b294d3430dc /ace/Proactor.cpp | |
parent | d301b34c4d7257143f2bf9f38e930cf76283f2ce (diff) | |
download | ATCD-5f64e055584d78be7f7dac8f73fd0ce0f93a560a.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Proactor.cpp')
-rw-r--r-- | ace/Proactor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Proactor.cpp b/ace/Proactor.cpp index 237260ba434..ab51c6110f3 100644 --- a/ace/Proactor.cpp +++ b/ace/Proactor.cpp @@ -159,7 +159,7 @@ ACE_Proactor_Handle_Timeout_Upcall::timeout (TIMER_QUEUE &timer_queue, time, handle); // If Proactor event is valid, signal it - if (handle != ACE_INVALID_HANDLE || + if (handle != ACE_INVALID_HANDLE && handle != 0) ACE_OS::event_signal (&handle); |