From: Volker Lendecke Date: Sun, 24 May 2009 20:17:58 +0000 (+0200) Subject: Fix the build of nfs4_acls.c X-Git-Tag: tdb-1.1.5~393^2~17 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=4df33ec4a79c171097ea7ba7542e093ef5034863 Fix the build of nfs4_acls.c --- diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c index 0941eb94f5f..10a3733c14e 100644 --- a/source3/modules/nfs4_acls.c +++ b/source3/modules/nfs4_acls.c @@ -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);