summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-27 10:37:22 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-27 10:37:22 +0100
commit796b01036db027077b19b8c183d51bcd93c3948d (patch)
tree7e2fc6b08ce2ec0f49ce92dc85b0a70bcef470cf /runtime
parent553d1880d47b57b2f4e023c2017675f010afd9a0 (diff)
downloadrsyslog-796b01036db027077b19b8c183d51bcd93c3948d.tar.gz
rsyslog-796b01036db027077b19b8c183d51bcd93c3948d.tar.xz
rsyslog-796b01036db027077b19b8c183d51bcd93c3948d.zip
fix compile bug with last commit
Diffstat (limited to 'runtime')
-rw-r--r--runtime/queue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/queue.c b/runtime/queue.c
index 781d115f..d1a97ba6 100644
--- a/runtime/queue.c
+++ b/runtime/queue.c
@@ -239,7 +239,6 @@ qqueueAdviseMaxWorkers(qqueue_t *pThis)
ISOBJ_TYPE_assert(pThis, qqueue);
if(!pThis->bEnqOnly) {
- getLogicalQueueSize(pThis) , pThis->iHighWtrMrk);
if(pThis->bIsDA && getLogicalQueueSize(pThis) >= pThis->iHighWtrMrk) {
wtpAdviseMaxWorkers(pThis->pWtpDA, 1); /* disk queues have always one worker */
} else {