From cda2fa21eb007b57960ab8a7eb9ddd996887e5bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Sat, 11 Jun 2011 15:07:50 +0200 Subject: [PATCH] s4:auth/ntlm/auth_unix.c - remove unused variables Relicts from commit 323c7445713d17989452b99bbb541248bb2388eb Reviewed-by: Jelmer --- source4/auth/ntlm/auth_unix.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source4/auth/ntlm/auth_unix.c b/source4/auth/ntlm/auth_unix.c index 9e92a04712b..d79ebc1772c 100644 --- a/source4/auth/ntlm/auth_unix.c +++ b/source4/auth/ntlm/auth_unix.c @@ -607,12 +607,10 @@ static NTSTATUS check_unix_password(TALLOC_CTX *ctx, struct loadparm_context *lp { char *username; char *password; - char *pwcopy; char *salt; char *crypted; struct passwd *pws; NTSTATUS nt_status; - int level = lpcfg_passwordlevel(lp_ctx); *ret_passwd = NULL; -- 2.34.1