s3: VFS: hpuxacl: Remove call to posix_sys_acl_blob_get_file().
authorJeremy Allison <jra@samba.org>
Tue, 8 Jun 2021 23:07:02 +0000 (16:07 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 9 Jun 2021 13:14:31 +0000 (13:14 +0000)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_hpuxacl.c

index 25b14ce1e10d51a6e77448db672fd37019293e70..0b5cab806effa8ed2baabfb45f8ffd1cc71aeda1 100644 (file)
@@ -1158,7 +1158,6 @@ static bool hpux_acl_check(HPUX_ACL_T hpux_acl, int count)
 
 static struct vfs_fn_pointers hpuxacl_fns = {
        .sys_acl_get_fd_fn = hpuxacl_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 = hpuxacl_sys_acl_set_fd,
        .sys_acl_delete_def_fd_fn = hpuxacl_sys_acl_delete_def_fd,