From 6714815f014ae1b31d0675214d023e3afe2389f0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 12 Nov 2003 05:34:21 +0000 Subject: lsa_PrivilegeSet seems to be a very strange beast indeed. It has a constant sized array of size 1 at the end? (This used to be commit 2cc354bd82456cb5598eb4acb40a5ada1459d08d) --- source4/librpc/idl/lsa.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl/lsa.idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index fb572ae522..38f66f37e6 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -335,12 +335,12 @@ typedef struct { uint32 count; [size_is(count)] lsa_LUIDAttribute set[*]; + uint32 unknown[1]; } lsa_PrivilegeSet; NTSTATUS lsa_EnumPrivsAccount ( [in,ref] policy_handle *handle, - [out] lsa_PrivilegeSet *privs, - [out] uint32 unknown + [out] lsa_PrivilegeSet *privs ); -- cgit