From 9d084af77c2fee3682e86a12a19ee3942be9ed8d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 19 May 2004 11:50:01 +0000 Subject: [PATCH] r780: Fix segfault in ntlm_auth --diagnostics Andrew Bartlett (This used to be commit 5cdc7f0cd6888740d3de3535cd70c9681fa57600) --- source3/utils/ntlm_auth_diagnostics.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/utils/ntlm_auth_diagnostics.c b/source3/utils/ntlm_auth_diagnostics.c index 40c627588de..3489dbca7c8 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) -- 2.11.4.GIT