diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-21 12:07:02 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-21 12:07:02 +0200 |
commit | 9c4d8161d882657d6a5d50a28d664b0dc49d5da0 (patch) | |
tree | 7553802648eabb6836984e3094c3fc625ce16c96 /runtime/ruleset.c | |
parent | 87f415f16fec001a4f87e18817bace73f19d6416 (diff) | |
download | rsyslog-9c4d8161d882657d6a5d50a28d664b0dc49d5da0.tar.gz rsyslog-9c4d8161d882657d6a5d50a28d664b0dc49d5da0.tar.bz2 rsyslog-9c4d8161d882657d6a5d50a28d664b0dc49d5da0.zip |
fix compile problem due to error in last commit
Diffstat (limited to 'runtime/ruleset.c')
-rw-r--r-- | runtime/ruleset.c | 1 |
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); } |