From 6786811f65f271b220fc5f8ac8d4a85a03ee6d90 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 19 Nov 2003 05:53:05 +0000 Subject: change to AuditEventsInfo struct from lukeh (This used to be commit 670c0cbe034e1e2ac5aed751b6c4fbd925fe3221) --- source4/librpc/idl/lsa.idl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source4/librpc/idl/lsa.idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 3628fcb8cc..26da264d6e 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -118,13 +118,12 @@ typedef struct { - uint32 count; - [size_is(count)] uint32 settings[*]; } lsa_AuditSettings; typedef struct { uint32 auditing_mode; - lsa_AuditSettings *settings; + [size_is(count)] uint32 *settings; + uint32 count; } lsa_AuditEventsInfo; typedef struct { -- cgit