summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-05-24 22:17:58 +0200
committerVolker Lendecke <vl@samba.org>2009-05-27 11:54:15 +0200
commit4df33ec4a79c171097ea7ba7542e093ef5034863 (patch)
tree784e294c20d330517707b8993a7292eae8f5828c
parenta8ffc286a4fd3fffcc934462b9f6f5593f910661 (diff)
downloadsamba-4df33ec4a79c171097ea7ba7542e093ef5034863.tar.gz
samba-4df33ec4a79c171097ea7ba7542e093ef5034863.tar.bz2
samba-4df33ec4a79c171097ea7ba7542e093ef5034863.zip
Fix the build of nfs4_acls.c
-rw-r--r--source3/modules/nfs4_acls.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c
index 0941eb94f5..10a3733c14 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, &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);