summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-01-19 23:04:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:19 -0500
commitefe7ed72b5c3b454e801cdac092b75eeb2d30de8 (patch)
tree4c78a468277d162cc2f61dcff6aef95e17f96f54 /source4/librpc
parent092fb9e791bcdaf6adeff1060abe36488fa773fd (diff)
downloadsamba-efe7ed72b5c3b454e801cdac092b75eeb2d30de8.tar.gz
samba-efe7ed72b5c3b454e801cdac092b75eeb2d30de8.tar.bz2
samba-efe7ed72b5c3b454e801cdac092b75eeb2d30de8.zip
r13044: I finally understand that the [charset()] and [string] properties
are independent... fix some warnings metze (This used to be commit 6ae621437cdfd9ca5beac1d056f60d875a057b22)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/drsblobs.idl2
-rw-r--r--source4/librpc/idl/nbt.idl6
2 files changed, 4 insertions, 4 deletions
diff --git a/source4/librpc/idl/drsblobs.idl b/source4/librpc/idl/drsblobs.idl
index 464bdb0d83..d0173e4839 100644
--- a/source4/librpc/idl/drsblobs.idl
+++ b/source4/librpc/idl/drsblobs.idl
@@ -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;
diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl
index f2aca12b14..6c5c65e8ba 100644
--- a/source4/librpc/idl/nbt.idl
+++ b/source4/librpc/idl/nbt.idl
@@ -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;