1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3-auth: remove unused variable in check_sam_security().

Guenther
This commit is contained in:
Günther Deschner 2010-08-31 17:25:18 +02:00
parent d8c9756d53
commit d5436c650c

View File

@ -373,7 +373,7 @@ NTSTATUS check_sam_security(const DATA_BLOB *challenge,
NTSTATUS update_login_attempts_status;
DATA_BLOB user_sess_key = data_blob_null;
DATA_BLOB lm_sess_key = data_blob_null;
bool updated_autolock = False, updated_badpw = False;
bool updated_badpw = False;
const char *username;
const uint8_t *nt_pw;
const uint8_t *lm_pw;