dovecot-2.2: Reverted previous wrong commit.
dovecot at dovecot.org
dovecot at dovecot.org
Thu May 30 22:27:28 EEST 2013
details: http://hg.dovecot.org/dovecot-2.2/rev/f98fdf0a7ba4
changeset: 16429:f98fdf0a7ba4
user: Timo Sirainen <tss at iki.fi>
date: Thu May 30 22:27:23 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 b8a175d93ef6 -r f98fdf0a7ba4 src/auth/auth-worker-server.c
--- a/src/auth/auth-worker-server.c Thu May 30 22:26:14 2013 +0300
+++ b/src/auth/auth-worker-server.c Thu May 30 22:27:23 2013 +0300
@@ -393,13 +393,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 = p_strdup(pool, data);
More information about the dovecot-cvs
mailing list