diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-18 18:21:08 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-18 18:21:08 +0100 |
commit | 9b24152b6ac6af942a62675c6136316fd487b661 (patch) | |
tree | 2edccc0401771327943f5af04ee58b10c4f79aa8 /plugins/omtesting | |
parent | c9b70abf1a7a40b5afc80975d016980dd4e63e36 (diff) | |
download | rsyslog-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/omtesting')
-rw-r--r-- | plugins/omtesting/omtesting.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omtesting/omtesting.c b/plugins/omtesting/omtesting.c index 1900d328..139ac8f9 100644 --- a/plugins/omtesting/omtesting.c +++ b/plugins/omtesting/omtesting.c @@ -322,7 +322,7 @@ SCOPINGmodInit *ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */ CODEmodInit_QueryRegCFSLineHdlr CHKiRet(omsdRegCFSLineHdlr((uchar *)"actionomtestingechostdout", 0, eCmdHdlrBinary, NULL, - &cs.bEchoStdout, STD_LOADABLE_MODULE_ID, eConfObjAction)); + &cs.bEchoStdout, STD_LOADABLE_MODULE_ID)); /* we seed the random-number generator in any case... */ srand(time(NULL)); ENDmodInit |