diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-25 15:56:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:15 -0500 |
commit | 59e739a2f9f4b10f5f6184ef397f034d09959f26 (patch) | |
tree | 47ccef9f0650fccdcd2dd30651098c671aee7d3e /source4/torture/torture.c | |
parent | 735e64cff9e5312d1f0f4d536c4d41f67d9c4e4c (diff) | |
download | samba-59e739a2f9f4b10f5f6184ef397f034d09959f26.tar.gz samba-59e739a2f9f4b10f5f6184ef397f034d09959f26.tar.bz2 samba-59e739a2f9f4b10f5f6184ef397f034d09959f26.zip |
r882: - create TORTURE_AUTH SUBSYSTEM
- fix the build because of the missing torture/ntlmssp.c
- this file should go into torture/auth/ !
metze
(This used to be commit ad662fddcd1082d040b7c06ce809e0b4c441c1df)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r-- | source4/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c index ef6a0c2ed8..e1e00cb829 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}}; |