dovecot-2.2: replicator: doveadm connections weren't reset properly

dovecot at dovecot.org dovecot at dovecot.org
Thu Jan 10 07:54:51 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/59cef0c673b4
changeset: 15624:59cef0c673b4
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jan 10 07:53:26 2013 +0200
description:
replicator: doveadm connections weren't reset properly

diffstat:

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

diffs (11 lines):

diff -r 1d7d160015cb -r 59cef0c673b4 src/replication/replicator/doveadm-connection.c
--- a/src/replication/replicator/doveadm-connection.c	Thu Jan 10 07:39:02 2013 +0200
+++ b/src/replication/replicator/doveadm-connection.c	Thu Jan 10 07:53:26 2013 +0200
@@ -69,6 +69,7 @@
 	conn->fd = -1;
 	conn->end_of_print = FALSE;
 	conn->cmd_sent = FALSE;
+	conn->handshaked = FALSE;
 }
 
 static void doveadm_disconnect(struct doveadm_connection *conn)


More information about the dovecot-cvs mailing list