From efe7ed72b5c3b454e801cdac092b75eeb2d30de8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 19 Jan 2006 23:04:14 +0000 Subject: r13044: I finally understand that the [charset()] and [string] properties are independent... fix some warnings metze (This used to be commit 6ae621437cdfd9ca5beac1d056f60d875a057b22) --- source4/librpc/idl/nbt.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/librpc/idl/nbt.idl') 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; -- cgit