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:
parent
092fb9e791
commit
efe7ed72b5
@ -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