From: Timo Sirainen Date: Tue, 11 Feb 2014 22:14:58 +0000 (+0900) Subject: acl: Recent changes caused global ACL filenames to be looked up with real mailbox... X-Git-Tag: 2.2.11~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f87daf83d4fc2db884e071475a21c54be9307689;p=thirdparty%2Fdovecot%2Fcore.git acl: Recent changes caused global ACL filenames to be looked up with real mailbox names, not vnames. --- diff --git a/src/plugins/acl/acl-backend-vfile.c b/src/plugins/acl/acl-backend-vfile.c index 3f4611a1e8..a1e4b3a9d1 100644 --- a/src/plugins/acl/acl-backend-vfile.c +++ b/src/plugins/acl/acl-backend-vfile.c @@ -166,7 +166,7 @@ acl_backend_vfile_object_init(struct acl_backend *_backend, if (backend->global_path != NULL && _backend->global_file == NULL) { aclobj->global_path = - i_strconcat(backend->global_path, "/", name, NULL); + i_strconcat(backend->global_path, "/", vname, NULL); } } else { /* Invalid mailbox name, just use the default