dovecot-2.0: IMAP: Fixed ID command to log the parameters properly.
dovecot at dovecot.org
dovecot at dovecot.org
Wed Mar 9 20:22:59 EET 2011
details: http://hg.dovecot.org/dovecot-2.0/rev/3b2c301ab31f
changeset: 12670:3b2c301ab31f
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 60c5cf26c3dd -r 3b2c301ab31f src/lib-imap/imap-id.c
--- a/src/lib-imap/imap-id.c Wed Mar 09 19:02:42 2011 +0200
+++ b/src/lib-imap/imap-id.c Wed Mar 09 20:22:52 2011 +0200
@@ -164,6 +164,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