dovecot-2.2: auth: Fixed login USER reply broken by recent changes.

dovecot at dovecot.org dovecot at dovecot.org
Wed Jan 30 22:18:14 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/cf63624b2566
changeset: 15688:cf63624b2566
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jan 30 22:18:09 2013 +0200
description:
auth: Fixed login USER reply broken by recent changes.

diffstat:

 src/auth/auth-request-handler.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 686f32406220 -r cf63624b2566 src/auth/auth-request-handler.c
--- a/src/auth/auth-request-handler.c	Wed Jan 30 21:08:58 2013 +0200
+++ b/src/auth/auth-request-handler.c	Wed Jan 30 22:18:09 2013 +0200
@@ -640,6 +640,7 @@
 	case USERDB_RESULT_OK:
 		str_printfa(str, "USER\t%u\t", request->id);
 		str_append_tabescaped(str, request->user);
+		str_append_c(str, '\t');
 		auth_fields_append(request->userdb_reply, str, FALSE);
 
 		if (request->master_user != NULL &&


More information about the dovecot-cvs mailing list