dovecot: And compile fix

dovecot at dovecot.org dovecot at dovecot.org
Thu Jun 28 01:59:19 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/3cb7ddfee63c
changeset: 5822:3cb7ddfee63c
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jun 28 01:59:14 2007 +0300
description:
And compile fix

diffstat:

1 file changed, 1 insertion(+)
src/lib-index/mail-index-sync.c |    1 +

diffs (11 lines):

diff -r b564f45c4d7b -r 3cb7ddfee63c src/lib-index/mail-index-sync.c
--- a/src/lib-index/mail-index-sync.c	Thu Jun 28 01:51:59 2007 +0300
+++ b/src/lib-index/mail-index-sync.c	Thu Jun 28 01:59:14 2007 +0300
@@ -339,6 +339,7 @@ int mail_index_sync_begin(struct mail_in
 	uint32_t seq;
 	uoff_t offset;
 	unsigned int lock_id = 0;
+	int ret;
 
 	if (mail_transaction_log_sync_lock(index->log, &seq, &offset) < 0)
 		return -1;


More information about the dovecot-cvs mailing list