summaryrefslogtreecommitdiff
path: root/librpc/idl/dfsblobs.idl
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-09-04 00:39:16 +0400
committerMatthieu Patou <mat@matws.net>2010-10-05 11:19:40 +0400
commit52d32e08a4227909662a50a989633e9acd4bbb2f (patch)
treef74e92cc6c1a2bcff79656a157c3f6f28deab568 /librpc/idl/dfsblobs.idl
parent83f3f5e15aa9928f998c3afe03e71a53ad8e8d6a (diff)
downloadsamba-52d32e08a4227909662a50a989633e9acd4bbb2f.tar.gz
idl: dfsblobs fix glitches in the implementation
Diffstat (limited to 'librpc/idl/dfsblobs.idl')
-rw-r--r--librpc/idl/dfsblobs.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/dfsblobs.idl b/librpc/idl/dfsblobs.idl
index 88147b638a2..6151c3f77b2 100644
--- a/librpc/idl/dfsblobs.idl
+++ b/librpc/idl/dfsblobs.idl
@@ -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;