summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/remact.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-11-07 16:47:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:38 -0500
commit485df40bf96abbd80d69ff2a9fdca86516a4eae7 (patch)
tree1693fd3073bb4d5d0db2f465b8d4c5c2f604fdee /source4/torture/rpc/remact.c
parent63b2fef51ec3d2e4a8eaddc85ebb1a1ddbf95031 (diff)
downloadsamba-485df40bf96abbd80d69ff2a9fdca86516a4eae7.tar.gz
samba-485df40bf96abbd80d69ff2a9fdca86516a4eae7.tar.bz2
samba-485df40bf96abbd80d69ff2a9fdca86516a4eae7.zip
r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, proper
use of contexts. (This used to be commit 93eb3cd99c4fb065a69eabcead0c33804259c976)
Diffstat (limited to 'source4/torture/rpc/remact.c')
-rw-r--r--source4/torture/rpc/remact.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/torture/rpc/remact.c b/source4/torture/rpc/remact.c
index 073b8177c6..2e09f84da6 100644
--- a/source4/torture/rpc/remact.c
+++ b/source4/torture/rpc/remact.c
@@ -42,8 +42,9 @@ static int test_RemoteActivation(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx)
r.in.ClientImpLevel = RPC_C_IMP_LEVEL_IDENTIFY;
r.in.num_protseqs = 3;
r.in.protseq = protseq;
- r.in.Interfaces = 1;
+ r.in.Interfaces = 2;
GUID_from_string(DCERPC_IUNKNOWN_UUID, &iids[0]);
+ GUID_from_string(DCERPC_ISTREAM_UUID, &iids[1]);
r.in.pIIDs = iids;
status = dcerpc_RemoteActivation(p, mem_ctx, &r);
@@ -68,6 +69,7 @@ static int test_RemoteActivation(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx)
}
GUID_from_string(DCERPC_ICLASSFACTORY_UUID, &iids[0]);
+ r.in.Interfaces = 1;
r.in.Mode = MODE_GET_CLASS_OBJECT;
status = dcerpc_RemoteActivation(p, mem_ctx, &r);