From eb006d74dd8bbadbd7a551e732e373e7cf3ad9c9 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 27 Feb 2008 10:49:43 +0000 Subject: bugfix: queue disk file were not properly persisted when immediately after closing an output file rsyslog was stopped or huped (the new output file open must NOT have happend at that point) - this lead to a sparse and invalid queue file which could cause several problems to the engine (unpredictable results). This situation should have happened only in very rare cases. tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=40 --- queue.c | 1 - 1 file changed, 1 deletion(-) (limited to 'queue.c') diff --git a/queue.c b/queue.c index c54d3991..28dd1f33 100644 --- a/queue.c +++ b/queue.c @@ -1576,7 +1576,6 @@ queueRegOnWrkrShutdown(queue_t *pThis) wtpAdviseMaxWorkers(pThis->pqParent->pWtpDA, 1); /* reactivate DA worker (always 1) */ } -finalize_it: RETiRet; } -- cgit v1.2.3