diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-13 11:07:44 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-13 11:07:44 +0100 |
commit | f347f71da79f1ca5a11a6a6e3e00c17587c04c12 (patch) | |
tree | 5b75103991e1222131e8fee0ab1a1eeaeedc1996 /plugins/imkmsg | |
parent | 2d7cf0b59b0579f120b2ce81ed1a0843d65bcffe (diff) | |
download | rsyslog-f347f71da79f1ca5a11a6a6e3e00c17587c04c12.tar.gz rsyslog-f347f71da79f1ca5a11a6a6e3e00c17587c04c12.tar.bz2 rsyslog-f347f71da79f1ca5a11a6a6e3e00c17587c04c12.zip |
fix compile problem in imklog
Diffstat (limited to 'plugins/imkmsg')
-rw-r--r-- | plugins/imkmsg/imkmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imkmsg/imkmsg.c b/plugins/imkmsg/imkmsg.c index d1a83879..2a97f82d 100644 --- a/plugins/imkmsg/imkmsg.c +++ b/plugins/imkmsg/imkmsg.c @@ -113,7 +113,7 @@ enqMsg(uchar *msg, uchar* pszTag, int iFacility, int iSeverity, struct timeval * pMsg->iFacility = iFacility; pMsg->iSeverity = iSeverity; pMsg->json = json; - CHKiRet(submitMsg(pMsg, NULL)); + CHKiRet(submitMsg(pMsg)); finalize_it: RETiRet; |