summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kelly <davidk@talksum.com>2012-07-09 16:54:41 -0700
committerRainer Gerhards <rgerhards@adiscon.com>2012-07-31 08:40:52 +0200
commit6e1774a3515893038914ab91eb2024dbb1ad3112 (patch)
tree37acef7eea0f45f38bcc77a27ca90792138fe1f4
parent91b7e5e34a27c6047fb871e9db77581181bd6f4a (diff)
downloadrsyslog-6e1774a3515893038914ab91eb2024dbb1ad3112.tar.gz
rsyslog-6e1774a3515893038914ab91eb2024dbb1ad3112.tar.xz
rsyslog-6e1774a3515893038914ab91eb2024dbb1ad3112.zip
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.
-rw-r--r--plugins/imzmq3/imzmq3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/imzmq3/imzmq3.c b/plugins/imzmq3/imzmq3.c
index 8107a1fc..dc1d64d3 100644
--- a/plugins/imzmq3/imzmq3.c
+++ b/plugins/imzmq3/imzmq3.c
@@ -563,6 +563,7 @@ static rsRetVal rcv_loop(thrdInfo_t* pThrd){
BEGINrunInput
CODESTARTrunInput
iRet = rcv_loop(pThrd);
+ RETiRet;
ENDrunInput