From dffef22c2ff1061bcd2abbccdb06ff344e2a7a8a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 28 Mar 2008 09:53:37 +0100 Subject: Rename string to array in lsa_BinaryString. Guenther (This used to be commit a4ffaff2e177a09b4f44a30f322dd9668ccbd380) --- source3/librpc/idl/lsa.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/idl/lsa.idl') 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; /******************/ -- cgit