1
0
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:
Matthieu Patou
2010-09-04 00:39:16 +04:00
parent 83f3f5e15a
commit 52d32e08a4

View File

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