dovecot-2.0-sslstream: lmtp proxy: Fix to handling "no new input...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:56:41 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/c5c360a88067
changeset: 10395:c5c360a88067
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 23 15:45:24 2009 -0500
description:
lmtp proxy: Fix to handling "no new input" reads.

diffstat:

1 file changed, 1 insertion(+)
src/lmtp/lmtp-proxy.c |    1 +

diffs (11 lines):

diff -r 4eadbf965d1f -r c5c360a88067 src/lmtp/lmtp-proxy.c
--- a/src/lmtp/lmtp-proxy.c	Mon Nov 23 15:43:33 2009 -0500
+++ b/src/lmtp/lmtp-proxy.c	Mon Nov 23 15:45:24 2009 -0500
@@ -382,6 +382,7 @@ static bool lmtp_proxy_data_read(struct 
 			proxy->io = io_add(i_stream_get_fd(proxy->data_input),
 					   IO_READ,
 					   lmtp_proxy_data_input, proxy);
+			return FALSE;
 		}
 		/* fall through */
 	case -2:


More information about the dovecot-cvs mailing list