changeset 9388:c8e24c1b8468 HEAD

imap proxy: Another broken remote server detection and crashfix.
author Timo Sirainen <tss@iki.fi>
date Wed, 23 Sep 2009 23:11:54 +0300
parents b1293abca645
children 26ca4ff5d269
files src/imap-login/imap-proxy.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 			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");