1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r23722: Fix the build of the catia module

(This used to be commit fa09744cce)
This commit is contained in:
Volker Lendecke 2007-07-05 10:32:51 +00:00 committed by Gerald (Jerry) Carter
parent c799a1e980
commit c509ce3675

View File

@ -232,7 +232,7 @@ static char *catia_realpath(vfs_handle_struct *handle,
static size_t catia_get_nt_acl(vfs_handle_struct *handle, files_struct *fsp, static size_t catia_get_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
const char *name, uint32 security_info, const char *name, uint32 security_info,
struct security_descriptor_info **ppdesc) struct security_descriptor **ppdesc)
{ {
return SMB_VFS_NEXT_GET_NT_ACL(handle, fsp, name, security_info, return SMB_VFS_NEXT_GET_NT_ACL(handle, fsp, name, security_info,
ppdesc); ppdesc);
@ -240,7 +240,7 @@ static size_t catia_get_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
static NTSTATUS catia_set_nt_acl(vfs_handle_struct *handle, files_struct *fsp, static NTSTATUS catia_set_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
const char *name, uint32 security_info_sent, const char *name, uint32 security_info_sent,
struct security_descriptor_info *psd) struct security_descriptor *psd)
{ {
return SMB_VFS_NEXT_SET_NT_ACL(handle, fsp, name, security_info_sent, return SMB_VFS_NEXT_SET_NT_ACL(handle, fsp, name, security_info_sent,
psd); psd);