summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-03-20 15:14:38 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-03-20 15:14:38 +0100
commit37e876b7d029b713929d46556edb85c3f25e8bb5 (patch)
tree827fd85fc3a5b3434ce33ee319146685675d74cb /plugins
parentcbe737ed06667b5bcb15f332061ebcde8d50bc8b (diff)
parent144f0858b7250ceffe4828712126146345e0e92a (diff)
downloadrsyslog-37e876b7d029b713929d46556edb85c3f25e8bb5.tar.gz
rsyslog-37e876b7d029b713929d46556edb85c3f25e8bb5.tar.bz2
rsyslog-37e876b7d029b713929d46556edb85c3f25e8bb5.zip
Merge branch 'v7-stable'
Diffstat (limited to 'plugins')
-rw-r--r--plugins/imuxsock/imuxsock.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/imuxsock/imuxsock.c b/plugins/imuxsock/imuxsock.c
index 773cb8db..178c73b3 100644
--- a/plugins/imuxsock/imuxsock.c
+++ b/plugins/imuxsock/imuxsock.c
@@ -1243,6 +1243,9 @@ CODESTARTendCnfLoad
loadModConf->bUseFlowCtl = cs.bUseFlowCtlSysSock;
loadModConf->bAnnotateSysSock = cs.bAnnotateSysSock;
loadModConf->bParseTrusted = cs.bParseTrusted;
+ loadModConf->ratelimitIntervalSysSock = cs.ratelimitIntervalSysSock;
+ loadModConf->ratelimitBurstSysSock = cs.ratelimitBurstSysSock;
+ loadModConf->ratelimitSeveritySysSock = cs.ratelimitSeveritySysSock;
}
loadModConf = NULL; /* done loading */