summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_lsa.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-19 05:53:05 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-19 05:53:05 +0000
commit6786811f65f271b220fc5f8ac8d4a85a03ee6d90 (patch)
treea40376d3df715aaf5dce5ed5d22603256c39db84 /source4/librpc/ndr/ndr_lsa.h
parenta0cd1069ce4edf69d31b88f5082d940ee4d47f2c (diff)
downloadsamba-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/ndr/ndr_lsa.h')
-rw-r--r--source4/librpc/ndr/ndr_lsa.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/librpc/ndr/ndr_lsa.h b/source4/librpc/ndr/ndr_lsa.h
index 151e5b9585..5efca8b8ac 100644
--- a/source4/librpc/ndr/ndr_lsa.h
+++ b/source4/librpc/ndr/ndr_lsa.h
@@ -187,13 +187,12 @@ struct lsa_AuditLogInfo {
};
struct lsa_AuditSettings {
- uint32 count;
- uint32 *settings;
};
struct lsa_AuditEventsInfo {
uint32 auditing_mode;
- struct lsa_AuditSettings *settings;
+ uint32 *settings;
+ uint32 count;
};
struct lsa_DomainInfo {