[dovecot-cvs] dovecot/src/lib-storage/index index-mail.c,1.14,1.15

cras at procontrol.fi cras at procontrol.fi
Mon Aug 11 18:11:14 EEST 2003


Update of /home/cvs/dovecot/src/lib-storage/index
In directory danu:/tmp/cvs-serv30370/lib-storage/index

Modified Files:
	index-mail.c 
Log Message:
message parts were stored corrupted



Index: index-mail.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-mail.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- index-mail.c	6 Aug 2003 20:15:33 -0000	1.14
+++ index-mail.c	11 Aug 2003 14:11:12 -0000	1.15
@@ -519,7 +519,7 @@
 
 		buf_data = buffer_get_data(buffer, &buf_size);
 		index_mail_cache_add(mail, MAIL_CACHE_MESSAGEPART,
-				     &buf_data, buf_size);
+				     buf_data, buf_size);
 		t_pop();
 	}
 	return data->parts;



More information about the dovecot-cvs mailing list