svn commit: samba r18719 - in branches/SAMBA_3_0/source/modules: .

jra at samba.org jra at samba.org
Wed Sep 20 17:09:04 GMT 2006


Author: jra
Date: 2006-09-20 17:09:03 +0000 (Wed, 20 Sep 2006)
New Revision: 18719

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

Log:
Compile fix from Peter Somogyi.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/modules/nfs4_acls.c


Changeset:
Modified: branches/SAMBA_3_0/source/modules/nfs4_acls.c
===================================================================
--- branches/SAMBA_3_0/source/modules/nfs4_acls.c	2006-09-20 17:03:06 UTC (rev 18718)
+++ branches/SAMBA_3_0/source/modules/nfs4_acls.c	2006-09-20 17:09:03 UTC (rev 18719)
@@ -436,7 +436,7 @@
 )
 {
 	const char *dom, *name;
-	enum SID_NAME_USE type;
+	enum lsa_SidType type;
 	uid_t uid;
 	gid_t gid;
 



More information about the samba-cvs mailing list