|
|
Author: tridge
Date: 2005-07-29 23:31:44 +0000 (Fri, 29 Jul 2005)
New Revision: 8852
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8852
Log:
fixed the build
andrew, please check
Modified:
branches/SAMBA_4_0/source/torture/rpc/samlogon.c
Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/samlogon.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/samlogon.c 2005-07-29 22:48:04 UTC
(rev 8851)
+++ branches/SAMBA_4_0/source/torture/rpc/samlogon.c 2005-07-29 23:31:44 UTC
(rev 8852)
@@ -1146,7 +1146,9 @@
{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
|
|