diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-29 23:31:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:11 -0500 |
commit | a9dd19542e0fb6bf9c743c366b493250db3dd6fc (patch) | |
tree | 0e111edecbdc0b423bb53de54ea8e2810bd1166c /source4/torture/rpc | |
parent | 6cec8025b05595d60c23d70f34db9e65ca21b89d (diff) | |
download | samba-a9dd19542e0fb6bf9c743c366b493250db3dd6fc.tar.gz samba-a9dd19542e0fb6bf9c743c366b493250db3dd6fc.tar.bz2 samba-a9dd19542e0fb6bf9c743c366b493250db3dd6fc.zip |
r8852: fixed the build
andrew, please check
(This used to be commit 0dda73add315e837defd7a705af988aca4cd4556)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/samlogon.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |