exit send thread by returning, and not by epicsThread::exit()

This commit is contained in:
Jeff Hill
2002-07-08 21:39:53 +00:00
parent 3868372fc4
commit 7d48b146b9
-2
View File
@@ -122,8 +122,6 @@ void tcpSendThread::run ()
this->iiu.cacRef.uninstallIIU ( this->iiu );
delete & this->iiu;
epicsThread::exit ();
}
unsigned tcpiiu::sendBytes ( const void *pBuf,