mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
idl: dfsblobs fix glitches in the implementation
This commit is contained in:
@ -59,7 +59,7 @@ interface dfsblobs
|
||||
typedef struct {
|
||||
[relative_short] nstring *special_name;
|
||||
uint16 nb_expanded_names;
|
||||
[relative_short,subcontext(0),flag(STR_NOTERM|NDR_REMAINING)] string_array *expanded_names;
|
||||
[relative_short,subcontext(0),flag(NDR_REMAINING|STR_NULLTERM)] string_array *expanded_names;
|
||||
} dfs_domain_referral;
|
||||
|
||||
typedef [nodiscriminant] union {
|
||||
@ -69,7 +69,7 @@ interface dfsblobs
|
||||
} dfs_referral;
|
||||
|
||||
typedef [nodiscriminant] union {
|
||||
[case(16)] uint8 *value;
|
||||
[case(16)] uint8 value[16];
|
||||
[default];
|
||||
} dfs_padding;
|
||||
|
||||
|
Reference in New Issue
Block a user