summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-21 12:07:02 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-21 12:07:02 +0200
commit9c4d8161d882657d6a5d50a28d664b0dc49d5da0 (patch)
tree7553802648eabb6836984e3094c3fc625ce16c96
parent87f415f16fec001a4f87e18817bace73f19d6416 (diff)
downloadrsyslog-9c4d8161d882657d6a5d50a28d664b0dc49d5da0.tar.gz
rsyslog-9c4d8161d882657d6a5d50a28d664b0dc49d5da0.tar.bz2
rsyslog-9c4d8161d882657d6a5d50a28d664b0dc49d5da0.zip
fix compile problem due to error in last commit
-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);
}