svn commit: samba r12597 - in branches/SAMBA_4_0/source/torture/rpc: .

abartlet at samba.org abartlet at samba.org
Fri Dec 30 06:49:37 GMT 2005


Author: abartlet
Date: 2005-12-30 06:49:36 +0000 (Fri, 30 Dec 2005)
New Revision: 12597

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12597

Log:
One less void *

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/torture/rpc/schannel.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/schannel.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/schannel.c	2005-12-30 06:48:56 UTC (rev 12596)
+++ branches/SAMBA_4_0/source/torture/rpc/schannel.c	2005-12-30 06:49:36 UTC (rev 12597)
@@ -152,7 +152,7 @@
 {
 	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;



More information about the samba-cvs mailing list