[dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.93.2.7, 1.93.2.8

tss at dovecot.org tss at dovecot.org
Fri Jan 26 13:58:34 UTC 2007


Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv15336/lib-storage/index

Modified Files:
      Tag: branch_1_0
	index-mail.c 
Log Message:
Cleanups and minor fixes



Index: index-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.c,v
retrieving revision 1.93.2.7
retrieving revision 1.93.2.8
diff -u -d -r1.93.2.7 -r1.93.2.8
--- index-mail.c	2 Nov 2006 18:18:24 -0000	1.93.2.7
+++ index-mail.c	26 Jan 2007 13:58:32 -0000	1.93.2.8
@@ -487,7 +487,8 @@
 			}
 		}
 
-		*hdr_size = data->hdr_size;
+		if (hdr_size != NULL)
+			*hdr_size = data->hdr_size;
 	}
 
 	if (body_size != NULL) {



More information about the dovecot-cvs mailing list