svn commit: samba r24014 - in branches/SAMBA_3_2_0/source/modules: .

metze at samba.org metze at samba.org
Tue Jul 24 08:05:16 GMT 2007


Author: metze
Date: 2007-07-24 08:05:13 +0000 (Tue, 24 Jul 2007)
New Revision: 24014

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24014

Log:
merge from http://samba.org/~tridge/samba_3_2_ctdb/:
fixed prototype

metze
Modified:
   branches/SAMBA_3_2_0/source/modules/nfs4_acls.h


Changeset:
Modified: branches/SAMBA_3_2_0/source/modules/nfs4_acls.h
===================================================================
--- branches/SAMBA_3_2_0/source/modules/nfs4_acls.h	2007-07-24 08:04:42 UTC (rev 24013)
+++ branches/SAMBA_3_2_0/source/modules/nfs4_acls.h	2007-07-24 08:05:13 UTC (rev 24014)
@@ -137,7 +137,7 @@
  * when applicable */
 typedef BOOL (*set_nfs4acl_native_fn_t)(files_struct *, SMB4ACL_T *);
 
-BOOL smb_set_nt_acl_nfs4(files_struct *fsp,
+NTSTATUS smb_set_nt_acl_nfs4(files_struct *fsp,
 	uint32 security_info_sent,
 	SEC_DESC *psd,
 	set_nfs4acl_native_fn_t set_nfs4_native);



More information about the samba-cvs mailing list