summaryrefslogtreecommitdiffstats
path: root/plugins/omstdout
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-07-27 11:38:25 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-07-27 11:38:25 +0200
commitd460c1cd5d3c13ddc70f1d21ae4befa35b1ac627 (patch)
tree2c80febcf0c8d3920a715b85742dfbad66ccdd07 /plugins/omstdout
parentd18b238f16a7ff4dbb998314b6d76ffb8b2acf59 (diff)
downloadrsyslog-d460c1cd5d3c13ddc70f1d21ae4befa35b1ac627.tar.gz
rsyslog-d460c1cd5d3c13ddc70f1d21ae4befa35b1ac627.tar.xz
rsyslog-d460c1cd5d3c13ddc70f1d21ae4befa35b1ac627.zip
fixed regression from last commit
config variables were not properly initialized
Diffstat (limited to 'plugins/omstdout')
-rw-r--r--plugins/omstdout/omstdout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/omstdout/omstdout.c b/plugins/omstdout/omstdout.c
index 2fe3e35d..184ec8ee 100644
--- a/plugins/omstdout/omstdout.c
+++ b/plugins/omstdout/omstdout.c
@@ -196,6 +196,7 @@ BEGINmodInit()
unsigned long opts;
int bArrayPassingSupported; /* does core support template passing as an array? */
CODESTARTmodInit
+SCOPINGmodInit
*ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */
CODEmodInit_QueryRegCFSLineHdlr
/* check if the rsyslog core supports parameter passing code */