diff options
author | Günther Deschner <gd@samba.org> | 2010-08-31 17:25:18 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-31 23:17:39 +0200 |
commit | d5436c650c806bb04424205b1d5c9c699b051d7d (patch) | |
tree | a42cd194a63088adaad768738da936d0ebd02f13 /source3/auth | |
parent | d8c9756d539f9a869bd09fb67b3adcbd2a6a0fc0 (diff) | |
download | samba-d5436c650c806bb04424205b1d5c9c699b051d7d.tar.gz samba-d5436c650c806bb04424205b1d5c9c699b051d7d.tar.bz2 samba-d5436c650c806bb04424205b1d5c9c699b051d7d.zip |
s3-auth: remove unused variable in check_sam_security().
Guenther
Diffstat (limited to 'source3/auth')
-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; |