mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
removed an unused structure
(This used to be commit 005614ef787d85499a3d970bce08549de0c2caab)
This commit is contained in:
parent
6786811f65
commit
897b9d8872
@ -116,10 +116,6 @@
|
||||
uint32 unknown;
|
||||
} lsa_AuditLogInfo;
|
||||
|
||||
|
||||
typedef struct {
|
||||
} lsa_AuditSettings;
|
||||
|
||||
typedef struct {
|
||||
uint32 auditing_mode;
|
||||
[size_is(count)] uint32 *settings;
|
||||
|
@ -1966,13 +1966,6 @@ void ndr_print_lsa_AuditLogInfo(struct ndr_print *ndr, const char *name, struct
|
||||
ndr->depth--;
|
||||
}
|
||||
|
||||
void ndr_print_lsa_AuditSettings(struct ndr_print *ndr, const char *name, struct lsa_AuditSettings *r)
|
||||
{
|
||||
ndr_print_struct(ndr, name, "lsa_AuditSettings");
|
||||
ndr->depth++;
|
||||
ndr->depth--;
|
||||
}
|
||||
|
||||
void ndr_print_lsa_AuditEventsInfo(struct ndr_print *ndr, const char *name, struct lsa_AuditEventsInfo *r)
|
||||
{
|
||||
ndr_print_struct(ndr, name, "lsa_AuditEventsInfo");
|
||||
|
@ -186,9 +186,6 @@ struct lsa_AuditLogInfo {
|
||||
uint32 unknown;
|
||||
};
|
||||
|
||||
struct lsa_AuditSettings {
|
||||
};
|
||||
|
||||
struct lsa_AuditEventsInfo {
|
||||
uint32 auditing_mode;
|
||||
uint32 *settings;
|
||||
|
Loading…
x
Reference in New Issue
Block a user