1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r13044: I finally understand that the [charset()] and [string] properties

are independent...

fix some warnings

metze
(This used to be commit 6ae621437c)
This commit is contained in:
Stefan Metzmacher 2006-01-19 23:04:14 +00:00 committed by Gerald (Jerry) Carter
parent 092fb9e791
commit efe7ed72b5
2 changed files with 4 additions and 4 deletions

View 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;

View File

@ -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;