dovecot: Compile fix

dovecot at dovecot.org dovecot at dovecot.org
Sun Nov 11 17:46:51 EET 2007


details:   http://hg.dovecot.org/dovecot/rev/b2b1da3f85b4
changeset: 6773:b2b1da3f85b4
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Nov 11 17:01:34 2007 +0200
description:
Compile fix

diffstat:

1 file changed, 1 insertion(+), 5 deletions(-)
src/plugins/acl/acl-backend-vfile-acllist.c |    6 +-----

diffs (16 lines):

diff -r b78cfc60f6a1 -r b2b1da3f85b4 src/plugins/acl/acl-backend-vfile-acllist.c
--- a/src/plugins/acl/acl-backend-vfile-acllist.c	Sun Nov 11 16:49:37 2007 +0200
+++ b/src/plugins/acl/acl-backend-vfile-acllist.c	Sun Nov 11 17:01:34 2007 +0200
@@ -190,11 +190,7 @@ int acl_backend_vfile_acllist_rebuild(st
 	gid_t gid;
 	int fd, ret;
 
-	ret = mailbox_list_get_permissions(list, NULL, &mode, &gid);
-	if (ret <= 0) {
-		/* Return success if the whole root directory was lost */
-		return ret;
-	}
+	mailbox_list_get_permissions(list, &mode, &gid);
 
 	path = t_str_new(256);
 	rootdir = mailbox_list_get_path(list, NULL,


More information about the dovecot-cvs mailing list