dovecot-1.2: IMAP: UID commands didn't set cmd->name properly.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 1 04:32:22 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/940dc274068c
changeset: 9106:940dc274068c
user:      Timo Sirainen <tss at iki.fi>
date:      Sun May 31 21:32:17 2009 -0400
description:
IMAP: UID commands didn't set cmd->name properly.
Patch by Richard Platel.

diffstat:

1 file changed, 1 insertion(+)
src/imap/cmd-uid.c |    1 +

diffs (11 lines):

diff -r 2f2a907f1132 -r 940dc274068c src/imap/cmd-uid.c
--- a/src/imap/cmd-uid.c	Sun May 31 21:26:00 2009 -0400
+++ b/src/imap/cmd-uid.c	Sun May 31 21:32:17 2009 -0400
@@ -20,6 +20,7 @@ bool cmd_uid(struct client_command_conte
 		return TRUE;
 	}
 
+	cmd->name = t_strconcat("UID ", cmd_name, NULL);
 	cmd->cmd_flags = command->flags;
 	cmd->func = command->func;
 	cmd->uid = TRUE;


More information about the dovecot-cvs mailing list