From bcfbaa312a8493aa2b6ef76a7ebeee55625e5a9c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 15 Nov 2003 07:51:19 +0000 Subject: run LookupDomain on each domain returned from EnumDomains in samr (This used to be commit 947b9f8ced486d34ee6710a921fb985ea14e2bb1) --- source4/librpc/idl/lsa.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl/lsa.idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 622d34eef3..204466c784 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -25,8 +25,8 @@ /* Function: 0x02 */ typedef struct { - uint16 name_len; - uint16 name_size; + [value(2*strlen_m(r->name))] uint16 name_len; + [value(2*strlen_m(r->name))] uint16 name_size; unistr_noterm *name; } lsa_Name; -- cgit