dovecot-2.0: dbox: Compiling fix for previous maildir changes.
dovecot at dovecot.org
dovecot at dovecot.org
Tue May 5 00:54:25 EEST 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/419b35be0823
changeset: 9209:419b35be0823
user: Timo Sirainen <tss at iki.fi>
date: Mon May 04 17:54:19 2009 -0400
description:
dbox: Compiling fix for previous maildir changes.
diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
src/lib-storage/index/dbox/dbox-sync-rebuild.c | 3 ++-
diffs (13 lines):
diff -r 236509dddd3c -r 419b35be0823 src/lib-storage/index/dbox/dbox-sync-rebuild.c
--- a/src/lib-storage/index/dbox/dbox-sync-rebuild.c Mon May 04 16:45:28 2009 -0400
+++ b/src/lib-storage/index/dbox/dbox-sync-rebuild.c Mon May 04 17:54:19 2009 -0400
@@ -425,7 +425,8 @@ int dbox_sync_index_rebuild_singles(stru
}
if (ctx->maildir_sync_ctx != NULL) {
- if (maildir_uidlist_sync_deinit(&ctx->maildir_sync_ctx) < 0)
+ if (maildir_uidlist_sync_deinit(&ctx->maildir_sync_ctx,
+ ret == 0) < 0)
ret = -1;
}
if (ctx->maildir_sync_keywords != NULL)
More information about the dovecot-cvs
mailing list