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/imudp/imudp.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/imudp/imudp.c')
-rw-r--r-- | plugins/imudp/imudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imudp/imudp.c b/plugins/imudp/imudp.c index 0dda30ec..c0448cba 100644 --- a/plugins/imudp/imudp.c +++ b/plugins/imudp/imudp.c @@ -383,7 +383,7 @@ processSocket(thrdInfo_t *pThrd, struct lstn_s *lstn, struct sockaddr_storage *f if(*pbIsPermitted == 2) pMsg->msgFlags |= NEEDS_ACLCHK_U; /* request ACL check after resolution */ CHKiRet(msgSetFromSockinfo(pMsg, &frominet)); - CHKiRet(submitMsg(pMsg)); + CHKiRet(submitMsg2(pMsg, NULL)); STATSCOUNTER_INC(lstn->ctrSubmit, lstn->mutCtrSubmit); } } |