From c84b4b23c8b7f7c32ce0a17b5dfb526dbda66f6a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 27 Feb 2010 10:59:14 +0100 Subject: s4:torture/rpc: make use of explicit dcerpc_*_recv functions metze --- source4/torture/rpc/schannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc/schannel.c') 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; } -- cgit