diff options
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/lsa.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index fb1d3ae632..a9f546ecb4 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -47,7 +47,7 @@ import "security.idl"; typedef [public] struct { uint16 length; uint16 size; - [size_is(size/2),length_is(length/2)] uint16 *string; + [size_is(size/2),length_is(length/2)] uint16 *array; } lsa_BinaryString; /******************/ |