summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-02 03:14:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:03:28 -0500
commitb53ecda303d7c156c913300578d6dffa277aaf16 (patch)
tree2375b716c7e352598eac9bac66205c7e5349ba72 /source4/torture/rpc/rpc.c
parentc45d43c4c24b50f9f917c6260ad871a3c404d707 (diff)
downloadsamba-b53ecda303d7c156c913300578d6dffa277aaf16.tar.gz
samba-b53ecda303d7c156c913300578d6dffa277aaf16.tar.bz2
samba-b53ecda303d7c156c913300578d6dffa277aaf16.zip
r24885: Convert to new torture API.
(This used to be commit 2918a056787467186a491574da95ea38c9aea1ee)
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 915853b831..9505b732b8 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -422,7 +422,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_simple_test(suite, "SAMBA3-WINREG", torture_samba3_rpc_winreg);
torture_suite_add_suite(suite, torture_rpc_drsuapi(suite));
torture_suite_add_suite(suite, torture_rpc_drsuapi_cracknames(suite));
- torture_suite_add_simple_test(suite, "DSSETUP", torture_rpc_dssetup);
+ torture_suite_add_suite(suite, torture_rpc_dssetup(suite));
torture_suite_add_simple_test(suite, "ALTERCONTEXT", torture_rpc_alter_context);
torture_suite_add_simple_test(suite, "JOIN", torture_rpc_join);
torture_suite_add_simple_test(suite, "DSSYNC", torture_rpc_dssync);