dovecot-2.2: pop3 proxy: Fixed previous change not to hang.

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 25 06:42:16 EET 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/f534ed81bce4
changeset: 14161:f534ed81bce4
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Feb 25 06:41:59 2012 +0200
description:
pop3 proxy: Fixed previous change not to hang.

diffstat:

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

diffs (12 lines):

diff -r 9b79d71bff4e -r f534ed81bce4 src/pop3-login/pop3-proxy.c
--- a/src/pop3-login/pop3-proxy.c	Sat Feb 25 06:39:00 2012 +0200
+++ b/src/pop3-login/pop3-proxy.c	Sat Feb 25 06:41:59 2012 +0200
@@ -117,7 +117,7 @@
 			return -1;
 		}
 		client->proxy_state = POP3_PROXY_LOGIN1;
-		return 1;
+		return 0;
 	case POP3_PROXY_LOGIN1:
 		str = t_str_new(128);
 		if (client->proxy_master_user == NULL) {


More information about the dovecot-cvs mailing list