diff options
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 9df146f5f5..32c7abd332 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -31,8 +31,8 @@ /* Function: 0x02 */ typedef struct { - [value(2*strlen_m(r->string))] uint16 length; - [value(r->length)] uint16 size; + [value(2*strlen_m(string))] uint16 length; + [value(length)] uint16 size; unistr_noterm *string; } lsa_String; |