dovecot-2.2: indexer: Reverted 5945ba000a45 - it didn't really help
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jun 29 09:08:18 UTC 2015
details: http://hg.dovecot.org/dovecot-2.2/rev/1458276c0a07
changeset: 18889:1458276c0a07
user: Timo Sirainen <tss at iki.fi>
date: Mon Jun 29 12:00:05 2015 +0300
description:
indexer: Reverted 5945ba000a45 - it didn't really help
diffstat:
src/indexer/indexer.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diffs (15 lines):
diff -r 5945ba000a45 -r 1458276c0a07 src/indexer/indexer.c
--- a/src/indexer/indexer.c Mon Jun 29 11:44:00 2015 +0300
+++ b/src/indexer/indexer.c Mon Jun 29 12:00:05 2015 +0300
@@ -59,11 +59,6 @@
struct worker_connection *conn;
struct indexer_request *request;
- if (worker_pool == NULL) {
- /* deinitializing */
- return;
- }
-
while ((request = indexer_queue_request_peek(queue)) != NULL) {
conn = worker_pool_find_username_connection(worker_pool,
request->username);
More information about the dovecot-cvs
mailing list