1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

s4:auth/ntlm/auth_unix.c - remove unused variables

Relicts from commit 323c7445713d17989452b99bbb541248bb2388eb

Reviewed-by: Jelmer
This commit is contained in:
Matthias Dieter Wallnöfer 2011-06-11 15:07:50 +02:00
parent 8963e807e3
commit cda2fa21eb

View File

@ -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;