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

abartlet at samba.org abartlet at samba.org
Thu Nov 11 05:02:51 GMT 2004


Author: abartlet
Date: 2004-11-11 05:02:51 +0000 (Thu, 11 Nov 2004)
New Revision: 3678

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

Log:
Remove testing code accidentily commited.

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	2004-11-11 04:32:01 UTC (rev 3677)
+++ branches/SAMBA_4_0/source/torture/rpc/schannel.c	2004-11-11 05:02:51 UTC (rev 3678)
@@ -99,24 +99,6 @@
 		goto failed;
 	}
 
-	status = dcerpc_pipe_connect_b(&p, &b, 
-				       DCERPC_NETLOGON_UUID,
-				       DCERPC_NETLOGON_VERSION,
-				       lp_workgroup(), 
-				       TEST_MACHINE_NAME,
-				       machine_password);
-	if (!NT_STATUS_IS_OK(status)) {
-		printf("Failed to connect with schannel\n");
-		goto failed;
-	}
-
-#if 0
-	if (!test_netlogon_ops(p, mem_ctx)) {
-		printf("Failed to process schannel secured ops\n");
-		goto failed;
-	}
-#endif
-
 	torture_leave_domain(join_ctx);
 	dcerpc_pipe_close(p);
 	return True;



More information about the samba-cvs mailing list