# HG changeset patch # User Timo Sirainen # Date 1253736714 -10800 # Node ID c8e24c1b84682c328149c28f0c999360ec7aa081 # Parent b1293abca645027f28311ffe95c23d5deeffd9f4 imap proxy: Another broken remote server detection and crashfix. 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 @@ 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");