summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aixacl2.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-11-15 00:46:20 +0100
committerMichael Adam <obnox@samba.org>2007-12-19 23:07:57 +0100
commitc650857fac826697cb1d9441b9ea869b85190d25 (patch)
treef6d91f2c2d79f64ea7245354716dd48d0e87e7fc /source3/modules/vfs_aixacl2.c
parentcb69a78505854342013f67630bfd38a3c5cd7857 (diff)
downloadsamba-c650857fac826697cb1d9441b9ea869b85190d25.tar.gz
samba-c650857fac826697cb1d9441b9ea869b85190d25.tar.bz2
samba-c650857fac826697cb1d9441b9ea869b85190d25.zip
Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).
This is the next step in preparation of a get_nt_acl prototype change. Michael (This used to be commit 7afeb1c6cb1bdb58d1e61c54ae215d947d8dc3ea)
Diffstat (limited to 'source3/modules/vfs_aixacl2.c')
-rw-r--r--source3/modules/vfs_aixacl2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_aixacl2.c b/source3/modules/vfs_aixacl2.c
index ab7c75691c..0cb40a2214 100644
--- a/source3/modules/vfs_aixacl2.c
+++ b/source3/modules/vfs_aixacl2.c
@@ -175,7 +175,7 @@ static NTSTATUS aixjfs2_get_nt_acl_common(files_struct *fsp,
if (result==False)
return NT_STATUS_ACCESS_DENIED;
- return smb_get_nt_acl_nfs4(fsp, security_info, ppdesc, pacl);
+ return smb_fget_nt_acl_nfs4(fsp, security_info, ppdesc, pacl);
}
NTSTATUS aixjfs2_fget_nt_acl(vfs_handle_struct *handle,