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

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


details:   http://hg.dovecot.org/dovecot-2.0/rev/2e373584b0b9
changeset: 9419:2e373584b0b9
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 a98645075fd5 -r 2e373584b0b9 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