dovecot-2.2: imap-proxy: Fixed resetting proxy state after faile...

dovecot at dovecot.org dovecot at dovecot.org
Wed Jan 15 22:07:58 EET 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/5abd643c0dd2
changeset: 17107:5abd643c0dd2
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jan 15 15:07:50 2014 -0500
description:
imap-proxy: Fixed resetting proxy state after failed login.

diffstat:

 src/imap-login/imap-proxy.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r d06f4f1bdaaf -r 5abd643c0dd2 src/imap-login/imap-proxy.c
--- a/src/imap-login/imap-proxy.c	Wed Jan 15 15:03:22 2014 -0500
+++ b/src/imap-login/imap-proxy.c	Wed Jan 15 15:07:50 2014 -0500
@@ -376,6 +376,7 @@
 
 	imap_client->proxy_sasl_ir = FALSE;
 	imap_client->proxy_seen_banner = FALSE;
+	imap_client->proxy_capability_request_sent = FALSE;
 	client->proxy_state = IMAP_PROXY_STATE_NONE;
 }
 


More information about the dovecot-cvs mailing list