diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-06 15:18:01 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-06 15:18:01 +0100 |
commit | 68124ef1f63daef07ecf45d479ca9697cb099441 (patch) | |
tree | 07c850ef5399b98f9ac2f15adff61ca3a19c8e86 /plugins/impstats | |
parent | af3de3d45104820dfdfdf2fe96ddac058b8fad9d (diff) | |
download | rsyslog-68124ef1f63daef07ecf45d479ca9697cb099441.tar.gz rsyslog-68124ef1f63daef07ecf45d479ca9697cb099441.tar.xz rsyslog-68124ef1f63daef07ecf45d479ca9697cb099441.zip |
fixed small regression from gnutls fd leak fix
Diffstat (limited to 'plugins/impstats')
-rw-r--r-- | plugins/impstats/impstats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/impstats/impstats.c b/plugins/impstats/impstats.c index 1312a4e8..aa98ae9d 100644 --- a/plugins/impstats/impstats.c +++ b/plugins/impstats/impstats.c @@ -49,6 +49,7 @@ #include "prop.h" MODULE_TYPE_INPUT +MODULE_TYPE_NOKEEP /* defines */ #define DEFAULT_STATS_PERIOD (5 * 60) |