1
0
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:
Tim Potter
2004-09-22 03:36:17 +00:00
committed by Gerald (Jerry) Carter
parent f09fee9239
commit a0e571a9dd
2 changed files with 2 additions and 2 deletions

View File

@@ -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
);