dovecot-2.1: Reverted previous wrong commit.

dovecot at dovecot.org dovecot at dovecot.org
Thu May 30 22:27:18 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.1/rev/7961f4f3b341
changeset: 14974:7961f4f3b341
user:      Timo Sirainen <tss at iki.fi>
date:      Thu May 30 22:27:07 2013 +0300
description:
Reverted previous wrong commit.

diffstat:

 src/auth/auth-worker-server.c |  7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diffs (17 lines):

diff -r 99952f2b56ae -r 7961f4f3b341 src/auth/auth-worker-server.c
--- a/src/auth/auth-worker-server.c	Thu May 30 22:25:57 2013 +0300
+++ b/src/auth/auth-worker-server.c	Thu May 30 22:27:07 2013 +0300
@@ -392,13 +392,6 @@
 	struct auth_worker_connection *conn;
 	struct auth_worker_request *request;
 
-	if (worker_request_queue == NULL) {
-		/* we're deinitializing */
-		callback(t_strdup_printf("FAIL\t%d",
-			PASSDB_RESULT_INTERNAL_FAILURE), context);
-		return NULL;
-	}
-
 	request = p_new(pool, struct auth_worker_request, 1);
 	request->created = ioloop_time;
 	request->data_str = p_strdup(pool, auth_stream_reply_export(data));


More information about the dovecot-cvs mailing list