Author: abartlet
Date: 2007-08-02 01:30:03 +0000 (Thu, 02 Aug 2007)
New Revision: 24118

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24118

Log:
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

Modified:
   branches/SAMBA_4_0/source/librpc/idl/lsa.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/lsa.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/lsa.idl        2007-08-01 13:39:25 UTC 
(rev 24117)
+++ branches/SAMBA_4_0/source/librpc/idl/lsa.idl        2007-08-02 01:30:03 UTC 
(rev 24118)
@@ -301,7 +301,7 @@
        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
                );
 

Reply via email to