Fix IDL for lsa_EnumTrustDom.
authorGünther Deschner <gd@samba.org>
Tue, 12 Feb 2008 22:38:28 +0000 (23:38 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 12 Feb 2008 23:29:19 +0000 (00:29 +0100)
Guenther
(This used to be commit 278c891c54813ab802e1de300b498a0f9db79321)

source3/librpc/idl/lsa.idl

index b10dcd1144abe0846bcf4f056766cfc48695507d..305bab3d03a016140fbd04aa44864f745728297e 100644 (file)
@@ -327,9 +327,9 @@ import "security.idl";
 
        NTSTATUS lsa_EnumTrustDom (
                [in]               policy_handle *handle,
-               [in,out]           uint32 *resume_handle,
-               [in]               uint32 max_size,
-               [out]              lsa_DomainList *domains
+               [in,out,ref]       uint32 *resume_handle,
+               [out,ref]          lsa_DomainList *domains,
+               [in]               uint32 max_size
                );