From 69306dcdd974c53a1258d5e7aaf63e09a6c35ed5 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 12 May 2003 01:49:03 +0000 Subject: Fix up a bit of my sloppy C. (This used to be commit f67cc24acf37a9f46427c993574ecf261d7aec1a) --- source3/utils/ntlm_auth.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source3') diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index cb6d053541..c619936f68 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/utils/ntlm_auth.c @@ -408,11 +408,10 @@ static BOOL check_auth_crap(void) char *hex_lm_key; char *hex_nt_key; char *error_string; - - x_setbuf(x_stdout, NULL); - static uint8 zeros[16]; + x_setbuf(x_stdout, NULL); + if (request_lm_key) flags |= WINBIND_PAM_LMKEY; -- cgit