From 9c4d8161d882657d6a5d50a28d664b0dc49d5da0 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 21 Sep 2012 12:07:02 +0200 Subject: fix compile problem due to error in last commit --- runtime/ruleset.c | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/ruleset.c') 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); } -- cgit v1.2.3