changeset 13753:4f1d20b57c04

Compile fix for some compilers.
author Timo Sirainen <tss@iki.fi>
date Wed, 23 Nov 2011 19:11:13 +0200
parents b9c4a7e4a27f
children deaebb4dc98c
files src/anvil/anvil-connection.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);