dovecot-1.2: IMAP: Fixed ID command to log the parameters properly.

dovecot at dovecot.org dovecot at dovecot.org
Tue May 17 13:13:45 EEST 2011


details:   http://hg.dovecot.org/dovecot-1.2/rev/32fe996d3c99
changeset: 9648:32fe996d3c99
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Mar 09 20:22:52 2011 +0200
description:
IMAP: Fixed ID command to log the parameters properly.
Patch by Mike Abbott / Apple.

diffstat:

 src/lib-imap/imap-id.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r f216b798c7cb -r 32fe996d3c99 src/lib-imap/imap-id.c
--- a/src/lib-imap/imap-id.c	Wed May 11 18:05:34 2011 +0300
+++ b/src/lib-imap/imap-id.c	Wed Mar 09 20:22:52 2011 +0200
@@ -169,6 +169,7 @@
 			str_append_c(reply, '=');
 			str_append(reply, str_sanitize(value, 80));
 		}
+		args++;
 	}
 	return str_len(reply) == 0 ? NULL : str_c(reply);
 }


More information about the dovecot-cvs mailing list