r12597: One less void *
authorAndrew Bartlett <abartlet@samba.org>
Fri, 30 Dec 2005 06:49:36 +0000 (06:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:49:00 +0000 (13:49 -0500)
Andrew Bartlett
(This used to be commit a328acc8fa73703bba72b94084063906ec63cdc3)

source4/torture/rpc/schannel.c

index d0d7e051cbdf24373dada3c2fc53bae4e5e7f4c7..97761b6b0edbfb3bf4c28901a0f83bf23aa7bfbc 100644 (file)
@@ -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;