1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r24118: Start fixing #4842 (usrmgr polcies menu not working) by removing range

restriction on the maximum returned size.  There isn't a good reason
to have a limit on this one.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2007-08-02 01:30:03 +00:00 committed by Gerald (Jerry) Carter
parent 44c193272b
commit 9a8315019e

View File

@ -301,7 +301,7 @@ import "security.idl";
NTSTATUS lsa_EnumTrustDom (
[in] policy_handle *handle,
[in,out] uint32 *resume_handle,
[in,range(0,1000)] uint32 max_size,
[in] uint32 max_size,
[out] lsa_DomainList *domains
);