summaryrefslogtreecommitdiff
path: root/ace/Timer_Wheel_T.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-12-21 16:18:05 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-12-21 16:18:05 +0000
commit74fd21d588e23b29e338639f8eaae55dc1015f90 (patch)
tree6a1ebcabd7020101b6e24aa3367cf19774ae8fbd /ace/Timer_Wheel_T.cpp
parentbdf9927054dd55cea9f25aadac2fe313c2966c0d (diff)
downloadATCD-74fd21d588e23b29e338639f8eaae55dc1015f90.tar.gz
ChangeLogTag:Thu Dec 21 05:50:51 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/Timer_Wheel_T.cpp')
-rw-r--r--ace/Timer_Wheel_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Wheel_T.cpp b/ace/Timer_Wheel_T.cpp
index ac1b7159a9f..2c001f30bed 100644
--- a/ace/Timer_Wheel_T.cpp
+++ b/ace/Timer_Wheel_T.cpp
@@ -656,7 +656,7 @@ ACE_Timer_Wheel_T<TYPE, FUNCTOR, ACE_LOCK>::expire (const ACE_Time_Value &cur_ti
break;
}
- if (next_earliest_time == this->wheel_size_)
+ if (next_earliest == this->wheel_size_)
break;
earliest = next_earliest;