summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/countcalls.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-04-17 11:46:57 +0200
committerStefan Metzmacher <metze@samba.org>2009-04-20 18:15:00 +0200
commitd0e68032187d7167d535d710f01a1c84ac006f3c (patch)
tree4e31c527fbaaf549db72ee9d89c7f8b1bfebf18a /source4/torture/rpc/countcalls.c
parentf3c9d124bb302ded239a835a6173fbfe262a0bab (diff)
downloadsamba-d0e68032187d7167d535d710f01a1c84ac006f3c.tar.gz
samba-d0e68032187d7167d535d710f01a1c84ac006f3c.tar.bz2
samba-d0e68032187d7167d535d710f01a1c84ac006f3c.zip
s4:librpc/rpc: remove async argument from the sync dcerpc_request() function
metze
Diffstat (limited to 'source4/torture/rpc/countcalls.c')
-rw-r--r--source4/torture/rpc/countcalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/countcalls.c b/source4/torture/rpc/countcalls.c
index 205ee1ec86..4914ae1e50 100644
--- a/source4/torture/rpc/countcalls.c
+++ b/source4/torture/rpc/countcalls.c
@@ -60,7 +60,7 @@ bool count_calls(struct torture_context *tctx,
printf("\nScanning pipe '%s'\n", iface->name);
for (i=0;i<500;i++) {
- status = dcerpc_request(p, NULL, i, false, p, &stub_in, &stub_out);
+ status = dcerpc_request(p, NULL, i, p, &stub_in, &stub_out);
if (NT_STATUS_EQUAL(status, NT_STATUS_NET_WRITE_FAULT) &&
p->last_fault_code == DCERPC_FAULT_OP_RNG_ERROR) {
i--;