diff src/lib-storage/mailbox-list.c @ 6829:dbab5e592577 HEAD

NFS cache flushing APIs changed and backend implements it a bit differently. Hopefully this works now more correctly.
author Timo Sirainen <tss@iki.fi>
date Sun, 18 Nov 2007 08:40:59 +0200
parents 33f59b91c4bf
children 337e6a9a2959
line wrap: on
line diff
--- a/src/lib-storage/mailbox-list.c	Sun Nov 18 08:01:54 2007 +0200
+++ b/src/lib-storage/mailbox-list.c	Sun Nov 18 08:40:59 2007 +0200
@@ -242,6 +242,7 @@
 	if (list->file_create_mode != (mode_t)-1) {
 		*mode_r = list->file_create_mode;
 		*gid_r = list->file_create_gid;
+		return;
 	}
 
 	path = mailbox_list_get_path(list, NULL, MAILBOX_LIST_PATH_TYPE_DIR);