imzmq3: Added the return call to runInput

Just to be sure that nothing unfortunate would happen, possible
that housekeeping would not get done without this.
This commit is contained in:
David Kelly 2012-07-09 16:54:41 -07:00 committed by Rainer Gerhards
parent 91b7e5e34a
commit 6e1774a351

View File

@ -563,6 +563,7 @@ static rsRetVal rcv_loop(thrdInfo_t* pThrd){
BEGINrunInput BEGINrunInput
CODESTARTrunInput CODESTARTrunInput
iRet = rcv_loop(pThrd); iRet = rcv_loop(pThrd);
RETiRet;
ENDrunInput ENDrunInput