summaryrefslogtreecommitdiffstats
path: root/source4/librpc/idl/nbt.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/nbt.idl')
-rw-r--r--source4/librpc/idl/nbt.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl
index 35fc7d90c40..caca7fa336e 100644
--- a/source4/librpc/idl/nbt.idl
+++ b/source4/librpc/idl/nbt.idl
@@ -139,8 +139,8 @@ interface nbt
nb_flags nb_flags;
} nbt_status_name;
- typedef [gensize] struct {
- [value(ndr_size_nbt_rdata_status(r, ndr->flags)-2)] uint16 length;
+ typedef struct {
+ [value(r->num_names * 18 + 47)] uint16 length;
uint8 num_names;
nbt_status_name names[num_names];
nbt_statistics statistics;