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

metze at samba.org metze at samba.org
Thu Jan 19 23:04:14 GMT 2006


Author: metze
Date: 2006-01-19 23:04:14 +0000 (Thu, 19 Jan 2006)
New Revision: 13044

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

Log:
I finally understand that the [charset()] and [string] properties 
are independent...

fix some warnings

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl
   branches/SAMBA_4_0/source/librpc/idl/nbt.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl	2006-01-19 22:26:29 UTC (rev 13043)
+++ branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl	2006-01-19 23:04:14 UTC (rev 13044)
@@ -142,7 +142,7 @@
 	} ldapControlDirSyncBlob;
 
 	typedef [public,relative_base] struct {
-		[string,charset(DOS),value("MSDS")] uint8 msds[4];
+		[charset(DOS),value("MSDS")] uint8 msds[4];
 		[subcontext(0)] ldapControlDirSyncBlob blob;
 	} ldapControlDirSyncCookie;
 

Modified: branches/SAMBA_4_0/source/librpc/idl/nbt.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/nbt.idl	2006-01-19 22:26:29 UTC (rev 13043)
+++ branches/SAMBA_4_0/source/librpc/idl/nbt.idl	2006-01-19 23:04:14 UTC (rev 13044)
@@ -596,7 +596,7 @@
 	typedef struct {
 		uint8 UpdateCount;
 		uint32 Periodicity;
-		[string,charset(DOS)] uint8 ServerName[16];
+		[charset(DOS)] uint8 ServerName[16];
 		uint8 OSMajor;
 		uint8 OSMinor;
 		svcctl_ServerType ServerType;
@@ -637,7 +637,7 @@
 	typedef struct {
 		uint8 UpdateCount;
 		uint32 Periodicity;
-		[string,charset(DOS)] uint8 ServerName[16];
+		[charset(DOS)] uint8 ServerName[16];
 		uint8 OSMajor;
 		uint8 OSMinor;
 		svcctl_ServerType ServerType;
@@ -656,7 +656,7 @@
 	typedef struct {
 		uint8 UpdateCount;
 		uint32 Periodicity;
-		[string,charset(DOS)] uint8 ServerName[16];
+		[charset(DOS)] uint8 ServerName[16];
 		uint8 OSMajor;
 		uint8 OSMinor;
 		svcctl_ServerType ServerType;



More information about the samba-cvs mailing list