dovecot-2.1: Compile fix for some compilers.

dovecot at dovecot.org dovecot at dovecot.org
Wed Nov 23 19:11:19 EET 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/4f1d20b57c04
changeset: 13753:4f1d20b57c04
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Nov 23 19:11:13 2011 +0200
description:
Compile fix for some compilers.

diffstat:

 src/anvil/anvil-connection.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r b9c4a7e4a27f -r 4f1d20b57c04 src/anvil/anvil-connection.c
--- a/src/anvil/anvil-connection.c	Wed Nov 23 19:10:34 2011 +0200
+++ b/src/anvil/anvil-connection.c	Wed Nov 23 19:11:13 2011 +0200
@@ -153,7 +153,8 @@
 			if (anvil_restarted && (conn->master || conn->fifo)) {
 				/* old pending data. ignore input until we get
 				   the handshake. */
-				return anvil_connection_input(context);
+				anvil_connection_input(context);
+				return;
 			}
 			i_error("Anvil client not compatible with this server "
 				"(mixed old and new binaries?) %s", line);


More information about the dovecot-cvs mailing list