diff options
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/async_bind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/async_bind.c b/source4/torture/rpc/async_bind.c index 18ed139ac7..952baacbf4 100644 --- a/source4/torture/rpc/async_bind.c +++ b/source4/torture/rpc/async_bind.c @@ -78,7 +78,7 @@ BOOL torture_async_bind(struct torture_context *torture) /* send bind requests */ for (i = 0; i < torture_numasync; i++) { table[i] = &dcerpc_table_lsarpc; - bind_req[i] = dcerpc_pipe_connect_send(mem_ctx, &pipe[i], binding_string, + bind_req[i] = dcerpc_pipe_connect_send(mem_ctx, binding_string, table[i], creds, evt_ctx); } |