diff options
Diffstat (limited to 'source3/modules/vfs_catia.c')
-rw-r--r-- | source3/modules/vfs_catia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_catia.c b/source3/modules/vfs_catia.c index 7ffb310975..47d178a33f 100644 --- a/source3/modules/vfs_catia.c +++ b/source3/modules/vfs_catia.c @@ -287,7 +287,7 @@ static char *catia_realpath(vfs_handle_struct *handle, return SMB_VFS_NEXT_REALPATH(handle, path, resolved_path); } -static NTSTATUS catia_get_nt_acl(vfs_handle_struct *handle, files_struct *fsp, +static NTSTATUS catia_get_nt_acl(vfs_handle_struct *handle, const char *name, uint32 security_info, struct security_descriptor **ppdesc) { |