mirror of
https://github.com/samba-team/samba.git
synced 2025-10-28 03:33:13 +03:00
r2489: Rename account_flags in EnumDomainAliases() to acct_flags.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f09fee9239
commit
a0e571a9dd
@@ -317,7 +317,7 @@
|
||||
NTSTATUS samr_EnumDomainAliases(
|
||||
[in,ref] policy_handle *domain_handle,
|
||||
[in,out,ref] uint32 *resume_handle,
|
||||
[in] uint32 account_flags,
|
||||
[in] uint32 acct_flags,
|
||||
[out] samr_SamArray *sam,
|
||||
[out] uint32 num_entries
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user