summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2011-06-11 15:07:50 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2011-06-11 16:25:57 +0200
commitcda2fa21eb007b57960ab8a7eb9ddd996887e5bf (patch)
tree10d2d94d2bc8ec63eacbe07827a49c807effc4f6 /source4/auth/ntlm
parent8963e807e39097278f4f6134a72e016ca7d21279 (diff)
downloadsamba-cda2fa21eb007b57960ab8a7eb9ddd996887e5bf.tar.gz
samba-cda2fa21eb007b57960ab8a7eb9ddd996887e5bf.tar.bz2
samba-cda2fa21eb007b57960ab8a7eb9ddd996887e5bf.zip
s4:auth/ntlm/auth_unix.c - remove unused variables
Relicts from commit 323c7445713d17989452b99bbb541248bb2388eb Reviewed-by: Jelmer
Diffstat (limited to 'source4/auth/ntlm')
-rw-r--r--source4/auth/ntlm/auth_unix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/auth/ntlm/auth_unix.c b/source4/auth/ntlm/auth_unix.c
index 9e92a04712..d79ebc1772 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;