From 7ad708924b2ffa7447135a767084b881590b0a64 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 30 Dec 2005 06:49:36 +0000 Subject: r12597: One less void * Andrew Bartlett (This used to be commit a328acc8fa73703bba72b94084063906ec63cdc3) --- 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 d0d7e051cb..97761b6b0e 100644 --- a/source4/torture/rpc/schannel.c +++ b/source4/torture/rpc/schannel.c @@ -152,7 +152,7 @@ static BOOL test_schannel(TALLOC_CTX *mem_ctx, { BOOL ret = True; - void *join_ctx; + struct test_join *join_ctx; NTSTATUS status; const char *binding = lp_parm_string(-1, "torture", "binding"); struct dcerpc_binding *b; -- cgit