diff options
| author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-07-27 11:38:25 +0200 |
|---|---|---|
| committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-07-27 11:38:25 +0200 |
| commit | d460c1cd5d3c13ddc70f1d21ae4befa35b1ac627 (patch) | |
| tree | 2c80febcf0c8d3920a715b85742dfbad66ccdd07 /plugins/omtemplate | |
| parent | d18b238f16a7ff4dbb998314b6d76ffb8b2acf59 (diff) | |
| download | rsyslog-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/omtemplate')
| -rw-r--r-- | plugins/omtemplate/omtemplate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/omtemplate/omtemplate.c b/plugins/omtemplate/omtemplate.c index ae043569..d0ee9e81 100644 --- a/plugins/omtemplate/omtemplate.c +++ b/plugins/omtemplate/omtemplate.c @@ -217,6 +217,7 @@ resetConfigVariables(uchar __attribute__((unused)) *pp, void __attribute__((unus BEGINmodInit() CODESTARTmodInit +SCOPINGmodInit *ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */ CODEmodInit_QueryRegCFSLineHdlr CHKiRet(objUse(errmsg, CORE_COMPONENT)); |
