From d4126b1c808b8bbad6eda21f9e3a9b6f7aa1012e Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 21 Jun 2001 23:19:02 +0000 Subject: [PATCH] fixed autoLock where autoRelease should have been --- src/ca/cac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/cac.cpp b/src/ca/cac.cpp index ca79fe96b..6e73779c2 100644 --- a/src/ca/cac.cpp +++ b/src/ca/cac.cpp @@ -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