dovecot-2.0: dsync: Fixed a timeout/crash when saving messages t...

dovecot at dovecot.org dovecot at dovecot.org
Mon Mar 7 00:16:28 EET 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/5767657f0170
changeset: 12660:5767657f0170
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Mar 07 00:16:26 2011 +0200
description:
dsync: Fixed a timeout/crash when saving messages to remote dsync.

diffstat:

 src/dsync/dsync-proxy-client.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d1f30e375f40 -r 5767657f0170 src/dsync/dsync-proxy-client.c
--- a/src/dsync/dsync-proxy-client.c	Sun Mar 06 23:55:01 2011 +0200
+++ b/src/dsync/dsync-proxy-client.c	Mon Mar 07 00:16:26 2011 +0200
@@ -455,7 +455,7 @@
 	struct proxy_client_dsync_worker *worker =
 		(struct proxy_client_dsync_worker *)_worker;
 
-	if (worker->save_io != NULL) {
+	if (worker->save_input != NULL) {
 		/* we haven't finished sending a message save, so we're full. */
 		return TRUE;
 	}


More information about the dovecot-cvs mailing list