[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c, 1.128, 1.129

cras at dovecot.org cras at dovecot.org
Tue Dec 6 18:58:07 EET 2005


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

Modified Files:
	mbox-storage.c 
Log Message:
Fixed broken index directory creation change



Index: mbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- mbox-storage.c	27 Nov 2005 23:03:06 -0000	1.128
+++ mbox-storage.c	6 Dec 2005 16:58:01 -0000	1.129
@@ -539,8 +539,8 @@
 
 	if (index_dir != NULL) {
 		/* make sure the index directories exist */
-		if (create_mbox_index_dirs(storage, "INBOX") < 0)
-			return -1;
+		if (create_mbox_index_dirs(istorage, name) < 0)
+			return NULL;
 	}
 
 	index = index_storage_alloc(index_dir, path, MBOX_INDEX_PREFIX);



More information about the dovecot-cvs mailing list