diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-15 07:51:19 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-15 07:51:19 +0000 |
commit | bcfbaa312a8493aa2b6ef76a7ebeee55625e5a9c (patch) | |
tree | 539a1fb803b4b762bad8fdbad9d1e6446d5240f0 /source4/librpc/idl/lsa.idl | |
parent | 5a28ca7bf3250f951826aa0726e4487b88062abe (diff) | |
download | samba-bcfbaa312a8493aa2b6ef76a7ebeee55625e5a9c.tar.gz samba-bcfbaa312a8493aa2b6ef76a7ebeee55625e5a9c.tar.bz2 samba-bcfbaa312a8493aa2b6ef76a7ebeee55625e5a9c.zip |
run LookupDomain on each domain returned from EnumDomains in samr
(This used to be commit 947b9f8ced486d34ee6710a921fb985ea14e2bb1)
Diffstat (limited to 'source4/librpc/idl/lsa.idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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; |