s3-auth: remove unused variable in check_sam_security().
authorGünther Deschner <gd@samba.org>
Tue, 31 Aug 2010 15:25:18 +0000 (17:25 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 31 Aug 2010 21:17:39 +0000 (23:17 +0200)
Guenther

source3/auth/check_samsec.c

index 8460110b06669fc0e9d0f66ae7c4e0abdc004bbf..299f43a1e995c95e5c61e1fe1857b497d5eb32e5 100644 (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;