summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/schannel.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-02-27 10:59:14 +0100
committerStefan Metzmacher <metze@samba.org>2010-03-01 16:11:55 +0100
commitc84b4b23c8b7f7c32ce0a17b5dfb526dbda66f6a (patch)
treedae79fc9330b988e86fd87c7efe82a9f2f0cd5ac /source4/torture/rpc/schannel.c
parent598cf9f5097aafac95c9e9b420b849ad6090c30e (diff)
downloadsamba-c84b4b23c8b7f7c32ce0a17b5dfb526dbda66f6a.tar.gz
samba-c84b4b23c8b7f7c32ce0a17b5dfb526dbda66f6a.tar.bz2
samba-c84b4b23c8b7f7c32ce0a17b5dfb526dbda66f6a.zip
s4:torture/rpc: make use of explicit dcerpc_*_recv functions
metze
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;
}