diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-27 11:24:11 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-27 11:24:11 +0000 |
commit | 28bc2f061bbcd266066824dcc25cfdaf634fb474 (patch) | |
tree | 9b6c25a3810886c218409ad80b234c7ceee591de /plugins | |
parent | 5455d972d8aaf468f8f322336edfa0b1d1901cd9 (diff) | |
download | rsyslog-28bc2f061bbcd266066824dcc25cfdaf634fb474.tar.gz rsyslog-28bc2f061bbcd266066824dcc25cfdaf634fb474.tar.bz2 rsyslog-28bc2f061bbcd266066824dcc25cfdaf634fb474.zip |
made relp modules use new relpengine-provided feature selection functions
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/omrelp/omrelp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/omrelp/omrelp.c b/plugins/omrelp/omrelp.c index 673ef800..5f7a71f1 100644 --- a/plugins/omrelp/omrelp.c +++ b/plugins/omrelp/omrelp.c @@ -324,6 +324,7 @@ CODEmodInit_QueryRegCFSLineHdlr /* create our relp engine */ CHKiRet(relpEngineConstruct(&pRelpEngine)); CHKiRet(relpEngineSetDbgprint(pRelpEngine, dbgprintf)); + CHKiRet(relpEngineSetEnableCmd(pRelpEngine, (uchar*) "syslog", eRelpCmdState_Desired)); /* tell which objects we need */ CHKiRet(objUse(errmsg, CORE_COMPONENT)); |