From e20c503a7c8f474a7ea6c71ad878b46b83b9ff1c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 19 May 2004 11:50:01 +0000 Subject: r780: Fix segfault in ntlm_auth --diagnostics Andrew Bartlett --- source/utils/ntlm_auth_diagnostics.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/utils/ntlm_auth_diagnostics.c b/source/utils/ntlm_auth_diagnostics.c index 40c627588de..3489dbca7c8 100644 --- a/source/utils/ntlm_auth_diagnostics.c +++ b/source/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) -- cgit