[SCM] SAMBA-CTDB repository - branch v3-4-ctdb updated - 8630a1a6dece8f2c654677e72120e76d3377fd17

Michael Adam obnox at samba.org
Mon Jun 29 11:21:36 GMT 2009


The branch, v3-4-ctdb has been updated
       via  8630a1a6dece8f2c654677e72120e76d3377fd17 (commit)
      from  70a9cb880d9c09098930c38dc5482ca874f8cadd (commit)

http://gitweb.samba.org/?p=obnox/samba-ctdb.git;a=shortlog;h=v3-4-ctdb


- Log -----------------------------------------------------------------
commit 8630a1a6dece8f2c654677e72120e76d3377fd17
Author: Michael Adam <obnox at samba.org>
Date:   Mon Jun 29 13:19:48 2009 +0200

    s3:nfsv4_acl.c: fix build with struct stat_ex.
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source3/modules/nfs4_acls.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c
index 04ea73f..a31d8de 100644
--- a/source3/modules/nfs4_acls.c
+++ b/source3/modules/nfs4_acls.c
@@ -760,7 +760,7 @@ 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);
 


-- 
SAMBA-CTDB repository


More information about the samba-cvs mailing list