mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 08:30:42 +01:00
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:
parent
91b7e5e34a
commit
6e1774a351
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user