summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-05-23 07:44:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:48 -0500
commita2a49c5af702bd5cd8a84d9dcc57abf71497b22e (patch)
tree9bd9f8816674d4567adcaad04a816fbbcd175179 /source4/torture/rpc/rpc.c
parent182ad3f50c16fc0d139c7e9bc11dd2b823c32016 (diff)
downloadsamba-a2a49c5af702bd5cd8a84d9dcc57abf71497b22e.tar.gz
samba-a2a49c5af702bd5cd8a84d9dcc57abf71497b22e.tar.bz2
samba-a2a49c5af702bd5cd8a84d9dcc57abf71497b22e.zip
r23090: a test showing two netlogon pipes open at once, using the LogonEx ops
(This used to be commit 576dbdc8eece5c2fef743835c7cc255f02050ad3)
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index c3060d08d7..859b734899 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -183,6 +183,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_simple_test(suite, "SAMLOGON", torture_rpc_samlogon);
torture_suite_add_simple_test(suite, "SAMSYNC", torture_rpc_samsync);
torture_suite_add_simple_test(suite, "SCHANNEL", torture_rpc_schannel);
+ torture_suite_add_simple_test(suite, "SCHANNEL2", torture_rpc_schannel2);
torture_suite_add_simple_test(suite, "SRVSVC", torture_rpc_srvsvc);
torture_suite_add_simple_test(suite, "SVCCTL", torture_rpc_svcctl);
torture_suite_add_simple_test(suite, "EPMAPPER", torture_rpc_epmapper);