mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s4:auth/ntlm/auth_unix.c - remove unused variables
Relicts from commit 323c7445713d17989452b99bbb541248bb2388eb Reviewed-by: Jelmer
This commit is contained in:
parent
8963e807e3
commit
cda2fa21eb
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user