From a9dd19542e0fb6bf9c743c366b493250db3dd6fc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 29 Jul 2005 23:31:44 +0000 Subject: r8852: fixed the build andrew, please check (This used to be commit 0dda73add315e837defd7a705af988aca4cd4556) --- source4/torture/rpc/samlogon.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') diff --git a/source4/torture/rpc/samlogon.c b/source4/torture/rpc/samlogon.c index 5c17b105fb..116f5d0975 100644 --- a/source4/torture/rpc/samlogon.c +++ b/source4/torture/rpc/samlogon.c @@ -1146,7 +1146,9 @@ static const struct ntlm_tests { {test_lmv2_no_dom, "LMv2 (no domain)", False}, {test_ntlmv2_lmv2_broken, "NTLMv2 and LMv2, LMv2 broken", False}, {test_ntlmv2_lmv2_broken_no_dom, "NTLMv2 and LMv2, LMv2 broken (no domain)", False}, +#if 0 {test_ntlmv2_ntlmv2_broken, "NTLMv2 and LMv2, NTLMv2 broken", False}, +#endif #if 0 {test_ntlmv2_ntlmv2_broken_no_dom, "NTLMv2 and LMv2, NTLMv2 broken (no domain)", False}, #endif -- cgit