summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-21 17:21:36 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-21 17:21:36 +0200
commit35b71135033e1be0c7759167d8151533f98b93e9 (patch)
tree8482bc3c7af8a3f315474043757e578fe7749e74 /runtime/rsconf.c
parent63446424c057f527c9c17be7e06f306a130789b4 (diff)
downloadrsyslog-35b71135033e1be0c7759167d8151533f98b93e9.tar.gz
rsyslog-35b71135033e1be0c7759167d8151533f98b93e9.tar.xz
rsyslog-35b71135033e1be0c7759167d8151533f98b93e9.zip
milestone: omfile basically gets its parameters via the new system
but not all syntax handlers are present (so it does not yet fully work).
Diffstat (limited to 'runtime/rsconf.c')
-rw-r--r--runtime/rsconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c
index f93bd7bc..e85597f8 100644
--- a/runtime/rsconf.c
+++ b/runtime/rsconf.c
@@ -232,6 +232,7 @@ cnfDoActlst(struct cnfactlst *actlst, rule_t *pRule)
if(actlst->actType == CNFACT_V2) {
dbgprintf("v6+ action object\n");
actionNewInst(actlst->data.lst, &pAction);
+ iRet = llAppend(&(pRule)->llActList, NULL, (void*) pAction);
} else {
dbgprintf("legacy action line:%s\n", actlst->data.legActLine);
str = (uchar*) actlst->data.legActLine;