dovecot-1.1: Auth workers: Don't duplicate "nopassword" field.

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 21 21:16:30 EET 2009


details:   http://hg.dovecot.org/dovecot-1.1/rev/e05e709ecab2
changeset: 8166:e05e709ecab2
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Feb 21 14:16:22 2009 -0500
description:
Auth workers: Don't duplicate "nopassword" field.

diffstat:

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

diffs (12 lines):

diff -r 45827d813cdb -r e05e709ecab2 src/auth/auth-worker-client.c
--- a/src/auth/auth-worker-client.c	Thu Feb 19 18:40:17 2009 -0500
+++ b/src/auth/auth-worker-client.c	Sat Feb 21 14:16:22 2009 -0500
@@ -96,8 +96,6 @@ static void verify_plain_callback(enum p
 		auth_stream_reply_add(reply, NULL,
 				      request->passdb_password == NULL ? "" :
 				      request->passdb_password);
-		if (request->no_password)
-			auth_stream_reply_add(reply, "nopassword", NULL);
 		if (request->extra_fields != NULL) {
 			const char *fields =
 				auth_stream_reply_export(request->extra_fields);


More information about the dovecot-cvs mailing list