summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.c
diff options
context:
space:
mode:
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;