dovecot-1.2: imap proxy: Another broken remote server detection ...

dovecot at dovecot.org dovecot at dovecot.org
Wed Sep 23 23:12:04 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/c8e24c1b8468
changeset: 9388:c8e24c1b8468
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Sep 23 23:11:54 2009 +0300
description:
imap proxy: Another broken remote server detection and crashfix.

diffstat:

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

diffs (12 lines):

diff -r b1293abca645 -r c8e24c1b8468 src/imap-login/imap-proxy.c
--- a/src/imap-login/imap-proxy.c	Wed Sep 23 22:54:05 2009 +0300
+++ b/src/imap-login/imap-proxy.c	Wed Sep 23 23:11:54 2009 +0300
@@ -229,6 +229,8 @@ static int proxy_input_line(struct imap_
 			proxy_failed(client, TRUE);
 			return -1;
 		}
+		client->proxy_wait_auth_continue = FALSE;
+
 		str = t_str_new(128);
 		get_plain_auth(client, str);
 		str_append(str, "\r\n");


More information about the dovecot-cvs mailing list