mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3: VFS: aixacl: Remove call to posix_sys_acl_blob_get_file().
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
0ecc56cb2e
commit
b75e459bdf
@ -139,7 +139,6 @@ int aixacl_sys_acl_delete_def_fd(vfs_handle_struct *handle,
|
||||
|
||||
static struct vfs_fn_pointers vfs_aixacl_fns = {
|
||||
.sys_acl_get_fd_fn = aixacl_sys_acl_get_fd,
|
||||
.sys_acl_blob_get_file_fn = posix_sys_acl_blob_get_file,
|
||||
.sys_acl_blob_get_fd_fn = posix_sys_acl_blob_get_fd,
|
||||
.sys_acl_set_fd_fn = aixacl_sys_acl_set_fd,
|
||||
.sys_acl_delete_def_fd_fn = aixacl_sys_acl_delete_def_fd,
|
||||
|
Loading…
Reference in New Issue
Block a user