1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3: VFS: glusterfs. Remove NULL definition of get_nt_acl_fn().

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Jeremy Allison 2020-04-14 10:10:37 -07:00
parent 5e361140c3
commit f2f6846951

View File

@ -2101,7 +2101,6 @@ static struct vfs_fn_pointers glusterfs_fns = {
/* NT ACL Operations */
.fget_nt_acl_fn = NULL,
.get_nt_acl_fn = NULL,
.get_nt_acl_at_fn = NULL,
.fset_nt_acl_fn = NULL,
.audit_file_fn = NULL,