dovecot-1.1: Previous change to handling blocking passdbs broke ...

dovecot at dovecot.org dovecot at dovecot.org
Mon Jan 26 03:10:44 EET 2009


details:   http://hg.dovecot.org/dovecot-1.1/rev/943339025578
changeset: 8127:943339025578
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jan 25 20:10:17 2009 -0500
description:
Previous change to handling blocking passdbs broke it for userdb prefetch.

diffstat:

1 file changed, 2 deletions(-)
src/auth/auth-worker-client.c |    2 --

diffs (12 lines):

diff -r aa8bf46b0b01 -r 943339025578 src/auth/auth-worker-client.c
--- a/src/auth/auth-worker-client.c	Sun Jan 25 18:23:52 2009 -0500
+++ b/src/auth/auth-worker-client.c	Sun Jan 25 20:10:17 2009 -0500
@@ -114,8 +114,6 @@ static void verify_plain_callback(enum p
 				      request->passdb_password);
 		if (request->no_password)
 			auth_stream_reply_add(reply, "nopassword", NULL);
-		if (request->userdb_reply != NULL)
-			add_userdb_replies(reply, request->userdb_reply);
 		if (request->extra_fields != NULL) {
 			const char *fields =
 				auth_stream_reply_export(request->extra_fields);


More information about the dovecot-cvs mailing list