summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/schannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/rpc/schannel.c')
-rw-r--r--source4/torture/rpc/schannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/schannel.c b/source4/torture/rpc/schannel.c
index 2f9d60ad30..0e8fd5a02e 100644
--- a/source4/torture/rpc/schannel.c
+++ b/source4/torture/rpc/schannel.c
@@ -645,7 +645,7 @@ static void torture_schannel_bench_recv(struct rpc_request *req)
struct torture_schannel_bench *s = talloc_get_type(conn->s,
struct torture_schannel_bench);
- s->error = dcerpc_ndr_request_recv(req);
+ s->error = dcerpc_netr_LogonSamLogonEx_recv(req);
if (!NT_STATUS_IS_OK(s->error)) {
return;
}