summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-08-31 17:38:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:03:19 -0500
commit9c006b122f1bd6dda101e0fe2cb68d89476252a9 (patch)
tree1ba981e44271642a35f9831e992065c2419f9460 /source4/torture/rpc/rpc.c
parentedeea82ae44d238bfb9138f10dcbd95f9b7a68e4 (diff)
downloadsamba-9c006b122f1bd6dda101e0fe2cb68d89476252a9.tar.gz
samba-9c006b122f1bd6dda101e0fe2cb68d89476252a9.tar.bz2
samba-9c006b122f1bd6dda101e0fe2cb68d89476252a9.zip
r24850: Convert to torture API.
(This used to be commit 6c7a004b9d95e443d07307bbe94f691cc4b03490)
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 ccdb267d81..651292640b 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -396,7 +396,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_simple_test(suite, "SAMR", torture_rpc_samr);
torture_suite_add_simple_test(suite, "SAMR-USERS", torture_rpc_samr_users);
torture_suite_add_simple_test(suite, "SAMR-PASSWORDS", torture_rpc_samr_passwords);
- torture_suite_add_simple_test(suite, "NETLOGON", torture_rpc_netlogon);
+ torture_suite_add_suite(suite, torture_rpc_netlogon(suite));
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);