mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r13044: I finally understand that the [charset()] and [string] properties
are independent... fix some warnings metze
This commit is contained in:
parent
165538245b
commit
6ae621437c
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user