diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-09 18:54:25 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-09 18:54:25 +0200 |
commit | 4269e4578118f089021bc15cdd82bb0182a97aaf (patch) | |
tree | 0b06ba329dcb9ace0c11b4f6764d9ce5dcd44de3 /plugins/imkmsg/imkmsg.c | |
parent | bf092de0fb3a043dea59900ec9a7b34f7384ca46 (diff) | |
download | rsyslog-4269e4578118f089021bc15cdd82bb0182a97aaf.tar.gz rsyslog-4269e4578118f089021bc15cdd82bb0182a97aaf.tar.bz2 rsyslog-4269e4578118f089021bc15cdd82bb0182a97aaf.zip |
new ratelimit: interface plumbing added
no actual implementation yet done
Diffstat (limited to 'plugins/imkmsg/imkmsg.c')
-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 2a97f82d..d1a83879 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)); + CHKiRet(submitMsg(pMsg, NULL)); finalize_it: RETiRet; |