summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-03-19 22:37:53 +0100
committerGünther Deschner <gd@samba.org>2010-03-19 22:46:16 +0100
commit3cb56942ed958723bf312040dd9245cd08e9ffcb (patch)
tree97e51d5158eda4e9c0eb1d70dd7712044a37e662 /source4/torture/rpc/rpc.c
parent5d5c6e132098a88f2c3f80c53019d91bdc82c0bb (diff)
downloadsamba-3cb56942ed958723bf312040dd9245cd08e9ffcb.tar.gz
s4-smbtorture: rework RPC-DFS test a bit.
Guenther
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index 01e36ead657..b05799125cf 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -432,7 +432,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_suite(suite, torture_rpc_lsa_trusted_domains(suite));
torture_suite_add_suite(suite, torture_rpc_lsa_privileges(suite));
torture_suite_add_suite(suite, torture_rpc_echo(suite));
- torture_suite_add_simple_test(suite, "DFS", torture_rpc_dfs);
+ torture_suite_add_suite(suite, torture_rpc_dfs(suite));
torture_suite_add_suite(suite, torture_rpc_frsapi(suite));
torture_suite_add_suite(suite, torture_rpc_unixinfo(suite));
torture_suite_add_suite(suite, torture_rpc_eventlog(suite));