summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-02-25 12:37:03 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-02-25 12:37:03 +0100
commitf46fa5ca003b55702107e170a2868ed0120246c7 (patch)
tree0eb753036802041e53237435912fb3bc54d36519
parent0d79a0304d8e50ac613212ad9dcac8d824b12fb1 (diff)
downloadrsyslog-f46fa5ca003b55702107e170a2868ed0120246c7.tar.gz
rsyslog-f46fa5ca003b55702107e170a2868ed0120246c7.tar.xz
rsyslog-f46fa5ca003b55702107e170a2868ed0120246c7.zip
cosmetic: removing commented-out testing aid
-rw-r--r--tools/syslogd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c
index 574c2efa..f7d71d06 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