summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/nbt.idl
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/idl/nbt.idl
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/idl/nbt.idl')
-rw-r--r--source4/librpc/idl/nbt.idl6
1 files changed, 3 insertions, 3 deletions
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;