From cfea76ac9bd29ce6eae908be4d45b38defebe5a1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 21 Dec 2005 09:08:38 +0000 Subject: r12405: I'm afraid I can't take care of the xplogin test in the near future, so remove it. I'll add it again later when I have more time for it. Volker (This used to be commit 84ae166e9173e6f16a60503a3a996dfb4f085926) --- source4/torture/torture.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 002ab5ee6b..220b99f7ca 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2302,7 +2302,6 @@ static struct { {"RPC-MULTIBIND", torture_multi_bind, 0}, {"RPC-DRSUAPI", torture_rpc_drsuapi, 0}, {"RPC-CRACKNAMES", torture_rpc_drsuapi_cracknames, 0}, - {"RPC-LOGIN", torture_rpc_login, 0}, {"RPC-ROT", torture_rpc_rot, 0}, {"RPC-DSSETUP", torture_rpc_dssetup, 0}, {"RPC-ALTERCONTEXT", torture_rpc_alter_context, 0}, -- cgit