From 7d48b146b9ca1497f4b919a49f2113e47fa5478c Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 8 Jul 2002 21:39:53 +0000 Subject: [PATCH] exit send thread by returning, and not by epicsThread::exit() --- src/ca/tcpiiu.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ca/tcpiiu.cpp b/src/ca/tcpiiu.cpp index ad42bf4fe..c41c35011 100644 --- a/src/ca/tcpiiu.cpp +++ b/src/ca/tcpiiu.cpp @@ -122,8 +122,6 @@ void tcpSendThread::run () this->iiu.cacRef.uninstallIIU ( this->iiu ); delete & this->iiu; - - epicsThread::exit (); } unsigned tcpiiu::sendBytes ( const void *pBuf,