changeset 9648:32fe996d3c99 HEAD

IMAP: Fixed ID command to log the parameters properly. Patch by Mike Abbott / Apple.
author Timo Sirainen <tss@iki.fi>
date Wed, 09 Mar 2011 20:22:52 +0200
parents f216b798c7cb
children 02c2ac9ddf8c
files src/lib-imap/imap-id.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }