summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runtime/ruleset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/ruleset.c b/runtime/ruleset.c
index f37370b4..adbce731 100644
--- a/runtime/ruleset.c
+++ b/runtime/ruleset.c
@@ -346,7 +346,6 @@ execPRIFILT(struct cnfstmt *stmt, batch_t *pBatch, sbool *active)
for(i = 0 ; i < batchNumMsgs(pBatch) && !*(pBatch->pbShutdownImmediate)
; ++i)
if(pBatch->pElem[i].state != BATCH_STATE_DISC)
-{
newAct[i] = !newAct[i];
scriptExec(stmt->d.s_prifilt.t_else, pBatch, newAct);
}