From 9b24152b6ac6af942a62675c6136316fd487b661 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 18 Jan 2012 18:21:08 +0100 Subject: undoing v6.1 config scoping interface, part I The most common files are now changed, more needs to be done. --- plugins/omtesting/omtesting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/omtesting/omtesting.c') 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 -- cgit v1.2.3