From 247a77a422192d7f270952334f06a512fcd339aa Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Fri, 24 Jul 2009 17:09:42 -0700 Subject: s3 onefs: Fix the onefs modules after the big refactoring --- source3/modules/onefs_acl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/modules/onefs_acl.c') diff --git a/source3/modules/onefs_acl.c b/source3/modules/onefs_acl.c index 2753a9e885..df4efd58df 100644 --- a/source3/modules/onefs_acl.c +++ b/source3/modules/onefs_acl.c @@ -819,7 +819,7 @@ onefs_get_nt_acl(vfs_handle_struct *handle, const char* name, * * @return NTSTATUS_OK if successful */ -NTSTATUS onefs_samba_sd_to_sd(uint32_t security_info_sent, SEC_DESC *psd, +NTSTATUS onefs_samba_sd_to_sd(uint32_t security_info_sent, const SEC_DESC *psd, struct ifs_security_descriptor *sd, int snum, uint32_t *security_info_effective) { @@ -905,7 +905,7 @@ NTSTATUS onefs_samba_sd_to_sd(uint32_t security_info_sent, SEC_DESC *psd, */ NTSTATUS onefs_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, - uint32_t sec_info_sent, SEC_DESC *psd) + uint32_t sec_info_sent, const SEC_DESC *psd) { struct ifs_security_descriptor sd = {}; int fd = -1; -- cgit