summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/lsa.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-28 09:53:37 +0100
committerGünther Deschner <gd@samba.org>2008-03-28 09:53:37 +0100
commitdffef22c2ff1061bcd2abbccdb06ff344e2a7a8a (patch)
treef4c7d89f653ebfa553e127f61f997cc8b6be1c86 /source3/librpc/idl/lsa.idl
parentf57489a372360b2b9a4a41a16a8b44fa766e0b41 (diff)
downloadsamba-dffef22c2ff1061bcd2abbccdb06ff344e2a7a8a.tar.gz
samba-dffef22c2ff1061bcd2abbccdb06ff344e2a7a8a.tar.bz2
samba-dffef22c2ff1061bcd2abbccdb06ff344e2a7a8a.zip
Rename string to array in lsa_BinaryString.
Guenther (This used to be commit a4ffaff2e177a09b4f44a30f322dd9668ccbd380)
Diffstat (limited to 'source3/librpc/idl/lsa.idl')
-rw-r--r--source3/librpc/idl/lsa.idl2
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;
/******************/