From: Jeremy Allison Date: Tue, 14 Apr 2020 17:10:37 +0000 (-0700) Subject: s3: VFS: glusterfs. Remove NULL definition of get_nt_acl_fn(). X-Git-Tag: ldb-2.2.0~581 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2f6846951d9e16566a4f1de14cfe3aaf435633e;p=thirdparty%2Fsamba.git s3: VFS: glusterfs. Remove NULL definition of get_nt_acl_fn(). Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme --- diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c index 1796014b01a..fc9fbb0f646 100644 --- a/source3/modules/vfs_glusterfs.c +++ b/source3/modules/vfs_glusterfs.c @@ -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,