r13044: I finally understand that the [charset()] and [string] properties
authorStefan Metzmacher <metze@samba.org>
Thu, 19 Jan 2006 23:04:14 +0000 (23:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:51:19 +0000 (13:51 -0500)
are independent...

fix some warnings

metze

source/librpc/idl/drsblobs.idl
source/librpc/idl/nbt.idl

index 464bdb0d83ef9afb1e2a56aa2fcd8abd3255012a..d0173e48390a88c9a5a8c440fae58a20bc94b60d 100644 (file)
@@ -142,7 +142,7 @@ interface drsblobs {
        } 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;
 
index f2aca12b140d0fdcf043b4954ae1d93738a23e80..6c5c65e8ba9ab99f81417ff0c5b214543e767572 100644 (file)
        typedef struct {
                uint8 UpdateCount;
                uint32 Periodicity;
-               [string,charset(DOS)] uint8 ServerName[16];
+               [charset(DOS)] uint8 ServerName[16];
                uint8 OSMajor;
                uint8 OSMinor;
                svcctl_ServerType ServerType;
        typedef struct {
                uint8 UpdateCount;
                uint32 Periodicity;
-               [string,charset(DOS)] uint8 ServerName[16];
+               [charset(DOS)] uint8 ServerName[16];
                uint8 OSMajor;
                uint8 OSMinor;
                svcctl_ServerType ServerType;
        typedef struct {
                uint8 UpdateCount;
                uint32 Periodicity;
-               [string,charset(DOS)] uint8 ServerName[16];
+               [charset(DOS)] uint8 ServerName[16];
                uint8 OSMajor;
                uint8 OSMinor;
                svcctl_ServerType ServerType;