summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-03-06 15:57:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:10:58 -0500
commit5658167806a6fbe70288a22b0304a3cfd773c44f (patch)
tree02b8a3c1ed8a641e5d6b664c9cab4d3adac93662 /source4/librpc/idl
parent0b4c61a05a9a070db489986fda5c57697cfd092a (diff)
downloadsamba-5658167806a6fbe70288a22b0304a3cfd773c44f.tar.gz
samba-5658167806a6fbe70288a22b0304a3cfd773c44f.tar.bz2
samba-5658167806a6fbe70288a22b0304a3cfd773c44f.zip
r5671: Bunch of fixes related to arrays and pointers to arrays.
(This used to be commit 00ef0feaddc096d8f5e2755feecaec37d589a99c)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/remact.idl2
1 files changed, 1 insertions, 1 deletions
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,