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

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 25 07:08:47 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/cf713cf9b7c0
changeset: 14195:cf713cf9b7c0
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 ef7518f0bdbc -r cf713cf9b7c0 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