diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-19 05:53:05 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-19 05:53:05 +0000 |
commit | 6786811f65f271b220fc5f8ac8d4a85a03ee6d90 (patch) | |
tree | a40376d3df715aaf5dce5ed5d22603256c39db84 /source4/librpc/idl | |
parent | a0cd1069ce4edf69d31b88f5082d940ee4d47f2c (diff) | |
download | samba-6786811f65f271b220fc5f8ac8d4a85a03ee6d90.tar.gz samba-6786811f65f271b220fc5f8ac8d4a85a03ee6d90.tar.bz2 samba-6786811f65f271b220fc5f8ac8d4a85a03ee6d90.zip |
change to AuditEventsInfo struct from lukeh
(This used to be commit 670c0cbe034e1e2ac5aed751b6c4fbd925fe3221)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 5 |
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 { |