]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: VFS: fake_acls: Remove call to posix_sys_acl_blob_get_file().
authorJeremy Allison <jra@samba.org>
Tue, 8 Jun 2021 23:04:55 +0000 (16:04 -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_fake_acls.c

index cd7950c01b1fc0f25a126f8aac94804e4793aa4d..28d6acef163942eaeea5d95557890029d106c9b5 100644 (file)
@@ -605,7 +605,6 @@ static struct vfs_fn_pointers vfs_fake_acls_fns = {
        .fstat_fn = fake_acls_fstat,
        .fchmod_fn = fake_acls_fchmod,
        .sys_acl_get_fd_fn = fake_acls_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 = fake_acls_sys_acl_set_fd,
        .sys_acl_delete_def_fd_fn = fake_acls_sys_acl_delete_def_fd,