summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/lsa.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/lsa.idl')
-rw-r--r--source4/librpc/idl/lsa.idl5
1 files changed, 2 insertions, 3 deletions
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 {