changeset 9128:ca486f917810 HEAD

imap proxy: Fix to previous change.
author Timo Sirainen <tss@iki.fi>
date Mon, 15 Jun 2009 19:40:40 -0400
parents 01fae3737994
children 0cdb6c23683f
files src/imap-login/imap-proxy.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/imap-login/imap-proxy.c	Mon Jun 15 19:38:30 2009 -0400
+++ b/src/imap-login/imap-proxy.c	Mon Jun 15 19:40:40 2009 -0400
@@ -344,6 +344,7 @@
 	} else if (strncasecmp(line, "I ", 2) == 0 ||
 		   strncasecmp(line, "* ID ", 5) == 0) {
 		/* Reply to ID command we sent, ignore it */
+		return 0;
 	} else if (strncmp(line, "* ", 2) == 0) {
 		/* untagged reply. just foward it. */
 		client_send_line(client, line);