summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-28 09:55:18 +0100
committerGünther Deschner <gd@samba.org>2008-03-28 09:55:18 +0100
commit06634a883e95a358a4f4420e2126a663425d1fee (patch)
tree1e8c90853c46c2a6555ffe43bc0cb83856595dec /source3/librpc/gen_ndr/lsa.h
parentdffef22c2ff1061bcd2abbccdb06ff344e2a7a8a (diff)
downloadsamba-06634a883e95a358a4f4420e2126a663425d1fee.tar.gz
samba-06634a883e95a358a4f4420e2126a663425d1fee.tar.bz2
samba-06634a883e95a358a4f4420e2126a663425d1fee.zip
Re-run make idl.
Guenther (This used to be commit 3219ed785330bbfac39aa738e8fc9cb0d7165f58)
Diffstat (limited to 'source3/librpc/gen_ndr/lsa.h')
-rw-r--r--source3/librpc/gen_ndr/lsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/lsa.h b/source3/librpc/gen_ndr/lsa.h
index 4285a5730e..7686bec336 100644
--- a/source3/librpc/gen_ndr/lsa.h
+++ b/source3/librpc/gen_ndr/lsa.h
@@ -43,7 +43,7 @@ struct lsa_AsciiStringLarge {
struct lsa_BinaryString {
uint16_t length;
uint16_t size;
- uint16_t *string;/* [unique,length_is(length/2),size_is(size/2)] */
+ uint16_t *array;/* [unique,length_is(length/2),size_is(size/2)] */
}/* [public] */;
struct lsa_LUID {