From 400d474bed31332ca95f3e771422da9bfc03a05d Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 8 Oct 2004 15:44:18 +0000 Subject: [PATCH] no longer needs to call exitWaitRelease --- src/ca/tcpiiu.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ca/tcpiiu.cpp b/src/ca/tcpiiu.cpp index c2f29e5a2..2df3072fa 100644 --- a/src/ca/tcpiiu.cpp +++ b/src/ca/tcpiiu.cpp @@ -26,6 +26,8 @@ #define epicsAssertAuthor "Jeff Hill johill@lanl.gov" +#include "errlog.h" + #define epicsExportSharedSymbols #include "localHostName.h" #include "iocinf.h" @@ -220,8 +222,6 @@ void tcpSendThread::run () } } - this->thread.exitWaitRelease (); - this->iiu.cacRef.destroyIIU ( this->iiu ); } @@ -443,7 +443,6 @@ void tcpRecvThread::run () } if ( ! connectSuccess ) { this->iiu.recvDog.shutdown (); - this->thread.exitWaitRelease (); this->iiu.cacRef.destroyIIU ( this->iiu ); return; }