diff options
Diffstat (limited to 'source3/librpc/gen_ndr/samr.h')
-rw-r--r-- | source3/librpc/gen_ndr/samr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/samr.h b/source3/librpc/gen_ndr/samr.h index 5a436fb0db..a0390aca30 100644 --- a/source3/librpc/gen_ndr/samr.h +++ b/source3/librpc/gen_ndr/samr.h @@ -975,12 +975,12 @@ struct samr_CreateDomAlias { struct samr_EnumDomainAliases { struct { struct policy_handle *domain_handle;/* [ref] */ - uint32_t acct_flags; + uint32_t max_size; uint32_t *resume_handle;/* [ref] */ } in; struct { - struct samr_SamArray *sam;/* [ref] */ + struct samr_SamArray **sam;/* [ref] */ uint32_t *num_entries;/* [ref] */ uint32_t *resume_handle;/* [ref] */ NTSTATUS result; |