diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-29 21:38:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:47 -0500 |
commit | c5693fc49d0424593a1d4b26200ffd45752a1891 (patch) | |
tree | a3932bee17c1017ac15c5f269cbcc38465b1c0e2 /source4/torture | |
parent | 628ff1bea3e167e2d45dffbffb3c4fffaa3d1916 (diff) | |
download | samba-c5693fc49d0424593a1d4b26200ffd45752a1891.tar.gz samba-c5693fc49d0424593a1d4b26200ffd45752a1891.tar.bz2 samba-c5693fc49d0424593a1d4b26200ffd45752a1891.zip |
r22580: remove not yet needed line...
metze
(This used to be commit 57939600ee954c7510d8219200d3c759fbb69372)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/rpc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c index ae5b63e982..c3060d08d7 100644 --- a/source4/torture/rpc/rpc.c +++ b/source4/torture/rpc/rpc.c @@ -175,7 +175,6 @@ NTSTATUS torture_rpc_init(void) torture_suite_add_suite(suite, torture_rpc_atsvc()); torture_suite_add_suite(suite, torture_rpc_wkssvc()); torture_suite_add_suite(suite, torture_rpc_handles()); -// torture_suite_add_suite(suite, torture_rpc_disconnect()); torture_suite_add_simple_test(suite, "SPOOLSS", torture_rpc_spoolss); torture_suite_add_simple_test(suite, "SAMR", torture_rpc_samr); torture_suite_add_simple_test(suite, "SAMR-USERS", torture_rpc_samr_users); |