dovecot-2.0: Added missing variable initialization.

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 2 14:33:56 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/658147ba327f
changeset: 12242:658147ba327f
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Aug 12 18:17:23 2010 +0100
description:
Added missing variable initialization.

diffstat:

 src/lib-storage/index/index-attachment.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8f724333db7f -r 658147ba327f src/lib-storage/index/index-attachment.c
--- a/src/lib-storage/index/index-attachment.c	Thu Aug 05 20:35:21 2010 +0100
+++ b/src/lib-storage/index/index-attachment.c	Thu Aug 12 18:17:23 2010 +0100
@@ -299,7 +299,7 @@
 static int
 index_attachment_save_body_part_changed(struct mail_save_context *ctx)
 {
-	int ret;
+	int ret = 0;
 
 	/* body part changed. we're now parsing the end of a
 	   boundary, possibly followed by message epilogue */


More information about the dovecot-cvs mailing list