From 5658167806a6fbe70288a22b0304a3cfd773c44f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 6 Mar 2005 15:57:08 +0000 Subject: r5671: Bunch of fixes related to arrays and pointers to arrays. (This used to be commit 00ef0feaddc096d8f5e2755feecaec37d589a99c) --- source4/librpc/idl/remact.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/remact.idl b/source4/librpc/idl/remact.idl index 30b4ceb118..ca1b228d4c 100644 --- a/source4/librpc/idl/remact.idl +++ b/source4/librpc/idl/remact.idl @@ -34,7 +34,7 @@ interface IRemoteActivation [in,range(1,32768)] uint32 Interfaces, [in,size_is(Interfaces)] GUID *pIIDs[], [in] uint16 num_protseqs, - [in, size_is(num_protseqs)] uint16 protseq[], + [in, size_is(num_protseqs)] uint16 protseq[*], [out] hyper pOxid, [out] DUALSTRINGARRAY *pdsaOxidBindings, [out] GUID ipidRemUnknown, -- cgit