fixed iterator was not incremented when allocating a timer queue

This commit is contained in:
Jeff Hill
2002-06-14 17:12:01 +00:00
parent eeee6c51d1
commit 08324fc8ec

View File

@@ -55,6 +55,7 @@ epicsTimerQueueActiveForC & timerQueueActiveMgr::allocate (
iter->timerQueueActiveMgrPrivate::referenceCount++;
return *iter;
}
iter++;
}
}