dovecot-2.1: replicator: Crashfix

dovecot at dovecot.org dovecot at dovecot.org
Sun Mar 4 10:40:27 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/fed306bef481
changeset: 14230:fed306bef481
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Mar 04 10:40:19 2012 +0200
description:
replicator: Crashfix

diffstat:

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

diffs (13 lines):

diff -r ed641f7da63b -r fed306bef481 src/replication/replicator/doveadm-connection.c
--- a/src/replication/replicator/doveadm-connection.c	Sun Mar 04 10:35:25 2012 +0200
+++ b/src/replication/replicator/doveadm-connection.c	Sun Mar 04 10:40:19 2012 +0200
@@ -116,8 +116,7 @@
 	conn->end_of_print = FALSE;
 	/* FIXME: disconnect after each request for now.
 	   doveadm server's getopt() handling seems to break otherwise */
-	doveadm_disconnect(conn);
-	return 0;
+	return -1;
 }
 
 static void doveadm_input(struct doveadm_connection *conn)


More information about the dovecot-cvs mailing list