fixed autoLock where autoRelease should have been

This commit is contained in:
Jeff Hill
2001-06-21 23:19:02 +00:00
parent 22e9be48ad
commit d4126b1c80

View File

@@ -326,7 +326,7 @@ void cac::processRecvBacklog ()
}
if ( deadIIU.count() ) {
{
epicsAutoMutex autoRelease ( this->mutex );
epicsAutoMutexRelease autoRelease ( this->mutex );
while ( tcpiiu *piiu = deadIIU.get() ) {
// make certain that:
// 1) this is called from the appropriate thread