summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-05-25 23:12:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:18 -0500
commite754760d2346cb868182b479745ee60630188298 (patch)
treec79a3c2c62710c35461d59253097621d84d410c4 /source4/torture/torture.c
parente80dad7561edbf65605e9c94ef8801e4416ba002 (diff)
downloadsamba-e754760d2346cb868182b479745ee60630188298.tar.gz
samba-e754760d2346cb868182b479745ee60630188298.tar.bz2
samba-e754760d2346cb868182b479745ee60630188298.zip
r892: Actually add the NTLMSSP self-check torture code this time...
Andrew Bartlett (This used to be commit 9df5cbbd7694202c17a7c47ed0469d6f80412c54)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 7351f42c8b..266f543f1b 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -4140,7 +4140,7 @@ static struct {
{"RPC-MGMT", torture_rpc_mgmt, 0},
{"RPC-SCANNER", torture_rpc_scanner, 0},
{"RPC-AUTOIDL", torture_rpc_autoidl, 0},
-/* {"NTLMSSP-SELFCHECK", torture_ntlmssp_self_check, 0},*/
+ {"NTLMSSP-SELFCHECK", torture_ntlmssp_self_check, 0},
{NULL, NULL, 0}};