summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_lsa.h
diff options
context:
space:
mode:
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 {