From d5436c650c806bb04424205b1d5c9c699b051d7d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 31 Aug 2010 17:25:18 +0200 Subject: s3-auth: remove unused variable in check_sam_security(). Guenther --- source3/auth/check_samsec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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; -- cgit