mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s4:auth/ntlm/auth_unix.c - remove unused variables
Relicts from commit 323c744571
Reviewed-by: Jelmer
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user