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

abartlet at samba.org abartlet at samba.org
Mon Apr 24 20:15:36 GMT 2006


Author: abartlet
Date: 2006-04-24 20:15:35 +0000 (Mon, 24 Apr 2006)
New Revision: 15222

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

Log:
Use more standard UUIDs.  Should help AIX build.

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl	2006-04-24 18:38:56 UTC (rev 15221)
+++ branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl	2006-04-24 20:15:35 UTC (rev 15222)
@@ -1,7 +1,7 @@
 #include "idl_types.h"
 
 [
-  uuid("1-2-3-4-5"),
+  uuid("12345778-1234-abcd-0001-00000001"),
   version(0.0),
   pointer_default(unique),
   helpstring("Active Directory Replication LDAP Blobs"),

Modified: branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl	2006-04-24 18:38:56 UTC (rev 15221)
+++ branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl	2006-04-24 20:15:35 UTC (rev 15222)
@@ -5,7 +5,7 @@
 #include "idl_types.h"
 
 [
-  uuid("5-6-7-8-9"),
+  uuid("12345778-1234-abcd-0000-00000000"),
   version(0.0),
   pointer_default(unique),
   helpstring("Active Directory KRB5 PAC"),



More information about the samba-cvs mailing list