summaryrefslogtreecommitdiffstats
path: root/plugins/immark/immark.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-03 18:29:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-03 18:29:09 +0200
commitb7315fc8369993d462389412b29b132fd2963d72 (patch)
treed453f0114b00a486f3508d014f40286fb5c38a26 /plugins/immark/immark.c
parentd0d9f823b79c5649dad18cb1d8d7744796ae0907 (diff)
downloadrsyslog-b7315fc8369993d462389412b29b132fd2963d72.tar.gz
rsyslog-b7315fc8369993d462389412b29b132fd2963d72.tar.xz
rsyslog-b7315fc8369993d462389412b29b132fd2963d72.zip
step: small improvements to input mod config plumbing
Diffstat (limited to 'plugins/immark/immark.c')
-rw-r--r--plugins/immark/immark.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/immark/immark.c b/plugins/immark/immark.c
index 6b46b29f..ae793e80 100644
--- a/plugins/immark/immark.c
+++ b/plugins/immark/immark.c
@@ -136,9 +136,6 @@ ENDrunInput
BEGINwillRun
CODESTARTwillRun
- /* We set the global MarkInterval to what is configured here -- rgerhards, 2008-07-15 */
- if(MarkInterval == 0)
- iRet = RS_RET_NO_RUN;
ENDwillRun