svn commit: samba r10181 - in branches/SAMBA_4_0/source/librpc/idl: .

jelmer at samba.org jelmer at samba.org
Mon Sep 12 21:10:42 GMT 2005


Author: jelmer
Date: 2005-09-12 21:10:40 +0000 (Mon, 12 Sep 2005)
New Revision: 10181

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

Log:
Fix the build

Modified:
   branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl	2005-09-12 20:55:20 UTC (rev 10180)
+++ branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl	2005-09-12 21:10:40 UTC (rev 10181)
@@ -18,7 +18,7 @@
 		[flag(STR_SIZE2|STR_NOTERM|STR_BYTESIZE)] string account_name;
 	} PAC_LOGON_NAME;
 
-	typedef [flag(NDR_PAHEX)] struct {
+	typedef [public,flag(NDR_PAHEX)] struct {
 		uint32 type;
 		[flag(NDR_REMAINING)] DATA_BLOB signature;
 	} PAC_SIGNATURE_DATA;



More information about the samba-cvs mailing list