diff options
-rw-r--r-- | source3/auth/check_samsec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/check_samsec.c b/source3/auth/check_samsec.c index 8460110b06..299f43a1e9 100644 --- a/source3/auth/check_samsec.c +++ b/source3/auth/check_samsec.c @@ -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; |