summaryrefslogtreecommitdiff
path: root/source3/utils/ntlm_auth_diagnostics.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-05-19 11:50:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:37 -0500
commit9d084af77c2fee3682e86a12a19ee3942be9ed8d (patch)
tree5a2c5b7e11b208292098702257c39f1d8867bc2a /source3/utils/ntlm_auth_diagnostics.c
parent28cbc5f8f9489673b0c766f450a681659a2a0387 (diff)
downloadsamba-9d084af77c2fee3682e86a12a19ee3942be9ed8d.tar.gz
samba-9d084af77c2fee3682e86a12a19ee3942be9ed8d.tar.bz2
samba-9d084af77c2fee3682e86a12a19ee3942be9ed8d.zip
r780: Fix segfault in ntlm_auth --diagnostics
Andrew Bartlett (This used to be commit 5cdc7f0cd6888740d3de3535cd70c9681fa57600)
Diffstat (limited to 'source3/utils/ntlm_auth_diagnostics.c')
-rw-r--r--source3/utils/ntlm_auth_diagnostics.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/utils/ntlm_auth_diagnostics.c b/source3/utils/ntlm_auth_diagnostics.c
index 40c627588d..3489dbca7c 100644
--- a/source3/utils/ntlm_auth_diagnostics.c
+++ b/source3/utils/ntlm_auth_diagnostics.c
@@ -580,7 +580,8 @@ static const struct ntlm_tests {
{test_plaintext_lm_broken, "Plaintext LM broken"},
{test_plaintext_nt_broken, "Plaintext NT broken"},
{test_plaintext_nt_only, "Plaintext NT only"},
- {test_plaintext_lm_only, "Plaintext LM only"}
+ {test_plaintext_lm_only, "Plaintext LM only"},
+ {NULL, NULL}
};
BOOL diagnose_ntlm_auth(void)