[dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-storage.c, 1.33, 1.34

tss at dovecot.org tss at dovecot.org
Thu Jan 25 20:00:41 UTC 2007


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

Modified Files:
	dbox-storage.c 
Log Message:
crashfix



Index: dbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-storage.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- dbox-storage.c	18 Jan 2007 14:34:44 -0000	1.33
+++ dbox-storage.c	25 Jan 2007 20:00:38 -0000	1.34
@@ -82,6 +82,7 @@
 
 	memset(list_set, 0, sizeof(*list_set));
 	list_set->subscription_fname = DBOX_SUBSCRIPTION_FILE_NAME;
+	list_set->maildir_name = "";
 
 	if (data == NULL || *data == '\0') {
 		/* we won't do any guessing for this format. */



More information about the dovecot-cvs mailing list