summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-11-11 05:02:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:43 -0500
commit8ea4cb31d90a039486cd87bb8be0f3cc05ce1c1f (patch)
tree4c13baa34bb70db265af37bf037292a90214e080
parenta8db4dcf03bccb2e1b954d097e758d6c7780db9e (diff)
downloadsamba-8ea4cb31d90a039486cd87bb8be0f3cc05ce1c1f.tar.gz
samba-8ea4cb31d90a039486cd87bb8be0f3cc05ce1c1f.tar.bz2
samba-8ea4cb31d90a039486cd87bb8be0f3cc05ce1c1f.zip
r3678: Remove testing code accidentily commited.
Andrew Bartlett (This used to be commit cd23ddd0a7e87e217a93af499122e97e8dae4dd7)
-rw-r--r--source4/torture/rpc/schannel.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/source4/torture/rpc/schannel.c b/source4/torture/rpc/schannel.c
index 6941a203b1..323adde534 100644
--- a/source4/torture/rpc/schannel.c
+++ b/source4/torture/rpc/schannel.c
@@ -99,24 +99,6 @@ static BOOL test_schannel(TALLOC_CTX *mem_ctx,
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;