summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2020-04-13 13:50:30 -0700
committerJeremy Allison <jra@samba.org>2020-05-07 19:27:35 +0000
commit95160bbfe92d281d948f7951626153cfdc267265 (patch)
tree116617927c7a47dbdb130ebd4a907163a62b41ee /source3
parent0ebce107dc0a177549757d0b16f3720bcd34805c (diff)
downloadsamba-95160bbfe92d281d948f7951626153cfdc267265.tar.gz
s3: VFS: Add null notice of get_nt_acl_at_fn().
Not strictly needed but glusterfs seems to use this as a reminder that these functions are not implemented but pass down to the default. I'll remove all these when I remove get_nt_acl_fn() completely. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/modules/vfs_glusterfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c
index c1124ec108d..1796014b01a 100644
--- a/source3/modules/vfs_glusterfs.c
+++ b/source3/modules/vfs_glusterfs.c
@@ -2102,6 +2102,7 @@ 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,