1
0
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:
Volker Lendecke 2009-05-24 22:17:58 +02:00
parent a8ffc286a4
commit 4df33ec4a7

View File

@ -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, &params, sbuf.st_uid, sbuf.st_gid);
theacl = smbacl4_win2nfs4(fsp->fsp_name, psd->dacl, &params,
sbuf.st_ex_uid, sbuf.st_ex_gid);
if (!theacl)
return map_nt_error_from_unix(errno);