This commit is contained in:
Jeff Hill
2001-03-26 18:32:30 +00:00
parent 26c082ffaf
commit a609b3394b

View File

@@ -118,7 +118,7 @@ void timer::cancel ()
this->privateCancel ();
// dont wait if this was called indirectly by expire ()
if ( this->queue.pExpireTmr == this &&
this->queue.processThread != epicsThreadGetIdSelf () ) {
this->queue.processThread != epicsThreadGetIdSelf() ) {
this->queue.cancelPending = true;
}
}