dovecot-2.0: dbox: Attachment path was written twice, breaking it.

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/026148640148
changeset: 12246:026148640148
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Aug 13 17:22:31 2010 +0100
description:
dbox: Attachment path was written twice, breaking it.

diffstat:

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

diffs (11 lines):

diff -r da0137a33a1f -r 026148640148 src/lib-storage/index/dbox-common/dbox-attachment.c
--- a/src/lib-storage/index/dbox-common/dbox-attachment.c	Fri Aug 13 17:16:06 2010 +0100
+++ b/src/lib-storage/index/dbox-common/dbox-attachment.c	Fri Aug 13 17:22:31 2010 +0100
@@ -27,7 +27,6 @@
 			str_append_c(str, ' ');
 		str_printfa(str, "%"PRIuUOFF_T" %"PRIuUOFF_T" %s",
 			    extref->start_offset, extref->size, extref->path);
-		str_append(str, extref->path);
 	}
 	str_append_c(str, '\n');
 }


More information about the dovecot-cvs mailing list