mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
Fix the build of nfs4_acls.c
This commit is contained in:
parent
a8ffc286a4
commit
4df33ec4a7
@ -760,7 +760,8 @@ NTSTATUS smb_set_nt_acl_nfs4(files_struct *fsp,
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
theacl = smbacl4_win2nfs4(fsp->fsp_name, psd->dacl, ¶ms, sbuf.st_uid, sbuf.st_gid);
|
||||
theacl = smbacl4_win2nfs4(fsp->fsp_name, psd->dacl, ¶ms,
|
||||
sbuf.st_ex_uid, sbuf.st_ex_gid);
|
||||
if (!theacl)
|
||||
return map_nt_error_from_unix(errno);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user