fixed sunpro warnings

This commit is contained in:
Jeff Hill
2004-09-24 15:42:54 +00:00
parent a868270c68
commit f384eee9b6
2 changed files with 2 additions and 2 deletions

View File

@@ -850,7 +850,7 @@ void tcpiiu::unresponsiveCircuitNotify (
{
epicsGuardRelease < epicsMutex > unguard ( guard );
{
epicsGuardRelease < epicsMutex > unguard ( cbGuard );
epicsGuardRelease < epicsMutex > cbUnguard ( cbGuard );
this->recvDog.cancel ();
this->sendDog.cancel ();
}

View File

@@ -286,7 +286,7 @@ void udpiiu::shutdown (
{
epicsGuardRelease < epicsMutex > unguard ( guard );
{
epicsGuardRelease < epicsMutex > unguard ( cbGuard );
epicsGuardRelease < epicsMutex > cbUnguard ( cbGuard );
if ( ! this->recvThread.exitWait ( 0.0 ) ) {
unsigned tries = 0u;