summaryrefslogtreecommitdiffstats
path: root/plugins/omstdout
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-01-18 18:21:08 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-01-18 18:21:08 +0100
commit9b24152b6ac6af942a62675c6136316fd487b661 (patch)
tree2edccc0401771327943f5af04ee58b10c4f79aa8 /plugins/omstdout
parentc9b70abf1a7a40b5afc80975d016980dd4e63e36 (diff)
downloadrsyslog-9b24152b6ac6af942a62675c6136316fd487b661.tar.gz
rsyslog-9b24152b6ac6af942a62675c6136316fd487b661.tar.xz
rsyslog-9b24152b6ac6af942a62675c6136316fd487b661.zip
undoing v6.1 config scoping interface, part I
The most common files are now changed, more needs to be done.
Diffstat (limited to 'plugins/omstdout')
-rw-r--r--plugins/omstdout/omstdout.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/omstdout/omstdout.c b/plugins/omstdout/omstdout.c
index 7f5d17a5..54dfdb04 100644
--- a/plugins/omstdout/omstdout.c
+++ b/plugins/omstdout/omstdout.c
@@ -215,12 +215,12 @@ CODEmodInit_QueryRegCFSLineHdlr
if(bArrayPassingSupported) {
/* enable config comand only if core supports it */
CHKiRet(omsdRegCFSLineHdlr((uchar *)"actionomstdoutarrayinterface", 0, eCmdHdlrBinary, NULL,
- &cs.bUseArrayInterface, STD_LOADABLE_MODULE_ID, eConfObjAction));
+ &cs.bUseArrayInterface, STD_LOADABLE_MODULE_ID));
}
CHKiRet(omsdRegCFSLineHdlr((uchar *)"actionomstdoutensurelfending", 0, eCmdHdlrBinary, NULL,
- &cs.bEnsureLFEnding, STD_LOADABLE_MODULE_ID, eConfObjAction));
+ &cs.bEnsureLFEnding, STD_LOADABLE_MODULE_ID));
CHKiRet(omsdRegCFSLineHdlr((uchar *)"resetconfigvariables", 1, eCmdHdlrCustomHandler,
- resetConfigVariables, NULL, STD_LOADABLE_MODULE_ID, eConfObjAction));
+ resetConfigVariables, NULL, STD_LOADABLE_MODULE_ID));
ENDmodInit
/* vi:set ai: