dovecot-1.2: imap proxy: Fix to previous change.

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 16 02:40:45 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/ca486f917810
changeset: 9128:ca486f917810
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jun 15 19:40:40 2009 -0400
description:
imap proxy: Fix to previous change.

diffstat:

1 file changed, 1 insertion(+)
src/imap-login/imap-proxy.c |    1 +

diffs (11 lines):

diff -r 01fae3737994 -r ca486f917810 src/imap-login/imap-proxy.c
--- 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 @@ static int proxy_input_line(struct imap_
 	} 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);


More information about the dovecot-cvs mailing list