summaryrefslogtreecommitdiffstats
path: root/runtime/rule.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-06-20 15:01:11 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-06-20 15:01:11 +0200
commit656740b66307af24d1318d389c3ef0e7095460bc (patch)
tree59ac6ca192ebebc974922dd86808997060de12fc /runtime/rule.c
parentb3dae5cff321e066bacc5e03846c77f832004006 (diff)
downloadrsyslog-656740b66307af24d1318d389c3ef0e7095460bc.tar.gz
rsyslog-656740b66307af24d1318d389c3ef0e7095460bc.tar.xz
rsyslog-656740b66307af24d1318d389c3ef0e7095460bc.zip
bugfix: problems in failover action handling
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=254
Diffstat (limited to 'runtime/rule.c')
-rw-r--r--runtime/rule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/rule.c b/runtime/rule.c
index 19239d61..0776e2dc 100644
--- a/runtime/rule.c
+++ b/runtime/rule.c
@@ -279,7 +279,6 @@ processBatch(rule_t *pThis, batch_t *pBatch)
if(localRet != RS_RET_OK) {
DBGPRINTF("processBatch: iRet %d returned from shouldProcessThisMessage, "
"ignoring message\n", localRet);
-
pBatch->pElem[i].bFilterOK = 0;
}
if(pBatch->pElem[i].bFilterOK) {