svn commit: samba r24617 - in branches/SAMBA_3_0_25/source/modules: .

vlendec at samba.org vlendec at samba.org
Wed Aug 22 11:23:24 GMT 2007


Author: vlendec
Date: 2007-08-22 11:23:24 +0000 (Wed, 22 Aug 2007)
New Revision: 24617

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

Log:
Revert -r24035. No idea what this was. Sorry for breaking the build of
the aixacl2 module.

Modified:
   branches/SAMBA_3_0_25/source/modules/nfs4_acls.h


Changeset:
Modified: branches/SAMBA_3_0_25/source/modules/nfs4_acls.h
===================================================================
--- branches/SAMBA_3_0_25/source/modules/nfs4_acls.h	2007-08-22 10:47:32 UTC (rev 24616)
+++ branches/SAMBA_3_0_25/source/modules/nfs4_acls.h	2007-08-22 11:23:24 UTC (rev 24617)
@@ -138,7 +138,7 @@
  * when applicable */
 typedef BOOL (*set_nfs4acl_native_fn_t)(files_struct *, SMB4ACL_T *);
 
-NTSTATUS smb_set_nt_acl_nfs4(files_struct *fsp,
+BOOL 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