dovecot-1.2: dbox: Minor error logging fix.

dovecot at dovecot.org dovecot at dovecot.org
Thu Jan 22 01:31:15 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/8f1fc77aea7e
changeset: 8673:8f1fc77aea7e
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jan 21 18:31:12 2009 -0500
description:
dbox: Minor error logging fix.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-storage/index/dbox/dbox-mail.c |    2 +-

diffs (12 lines):

diff -r 735001110846 -r 8f1fc77aea7e src/lib-storage/index/dbox/dbox-mail.c
--- a/src/lib-storage/index/dbox/dbox-mail.c	Wed Jan 21 18:29:44 2009 -0500
+++ b/src/lib-storage/index/dbox/dbox-mail.c	Wed Jan 21 18:31:12 2009 -0500
@@ -239,7 +239,7 @@ dbox_mail_get_stream(struct mail *_mail,
 	struct index_mail_data *data = &mail->imail.data;
 	struct istream *input;
 	uoff_t offset, size;
-	uint32_t uid;
+	uint32_t uid = 0;
 	bool expunged;
 	int ret;
 


More information about the dovecot-cvs mailing list