diff options
author | Jeremy Allison <jra@samba.org> | 2021-06-08 16:02:48 -0700 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2021-06-09 13:14:31 +0000 |
commit | b75e459bdf7de154ea600286fc759e2437498844 (patch) | |
tree | edf748cdac6afa41c8e1b37ea83053c81e8e1b01 /source3/modules/vfs_aixacl.c | |
parent | 0ecc56cb2ea8b42ca19b2d9ce50a20f88dae552c (diff) | |
download | samba-b75e459bdf7de154ea600286fc759e2437498844.tar.gz |
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>
Diffstat (limited to 'source3/modules/vfs_aixacl.c')
-rw-r--r-- | source3/modules/vfs_aixacl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/modules/vfs_aixacl.c b/source3/modules/vfs_aixacl.c index 6cf2dc1ceab..b9d08b72a72 100644 --- a/source3/modules/vfs_aixacl.c +++ b/source3/modules/vfs_aixacl.c @@ -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, |