From e7dc4c79ad4bf2317d89633b6e6bb965f629667f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 31 Mar 2006 05:33:35 +0000 Subject: r14837: fixed build error (This used to be commit 23724bfd24b051c4096ac49c52c2cd31389340be) --- source4/auth/credentials/credentials_ntlm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/auth') diff --git a/source4/auth/credentials/credentials_ntlm.c b/source4/auth/credentials/credentials_ntlm.c index 1d181ae958..23838da888 100644 --- a/source4/auth/credentials/credentials_ntlm.c +++ b/source4/auth/credentials/credentials_ntlm.c @@ -185,11 +185,12 @@ NTSTATUS cli_credentials_get_ntlm_response(struct cli_credentials *cred, TALLOC_ } } } else { + const char *password; + /* LM Key is incompatible... */ lm_response = nt_response; *flags &= ~CLI_CRED_LANMAN_AUTH; - const char *password; password = cli_credentials_get_password(cred); if (password) { E_deshash(password, lm_hash); -- cgit