summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2011-02-25 17:07:07 +0100
committerMichael Biebl <biebl@debian.org>2011-02-25 17:07:07 +0100
commit4f45cc34384973b3643148c21a5ede489ab05f86 (patch)
tree3ef7ec9f373a99ef2c7f0bbbfd017fb2abacde43 /tools
parent0116bd2a5f70ce1065933c47903a3bb4cd4fe9e0 (diff)
downloadrsyslog-4f45cc34384973b3643148c21a5ede489ab05f86.tar.gz
Imported Upstream version 5.7.6upstream/5.7.6
Diffstat (limited to 'tools')
-rw-r--r--tools/syslogd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c
index 574c2ef..f7d71d0 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -699,7 +699,6 @@ msgConsumer(void __attribute__((unused)) *notNeeded, batch_t *pBatch, int *pbShu
assert(pBatch != NULL);
pBatch->pbShutdownImmediate = pbShutdownImmediate; /* TODO: move this to batch creation! */
preprocessBatch(pBatch);
-//pBatch->bSingleRuleset = 0; // TODO: testing aid, remove!!!!
ruleset.ProcessBatch(pBatch);
//TODO: the BATCH_STATE_COMM must be set somewhere down the road, but we
//do not have this yet and so we emulate -- 2010-06-10