From 19878efdf17b42eceff8fef0e71287d69affffcf Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sat, 27 Oct 2018 14:06:20 -0400 Subject: [PATCH] Fix build --- builtin/credential/userpass/path_login.go | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin/credential/userpass/path_login.go b/builtin/credential/userpass/path_login.go index 1d4154e89f..8c8b92e032 100644 --- a/builtin/credential/userpass/path_login.go +++ b/builtin/credential/userpass/path_login.go @@ -65,7 +65,6 @@ func (b *backend) pathLogin(ctx context.Context, req *logical.Request, d *framew user, userError := b.user(ctx, req.Storage, username) var userPassword []byte - var err error var legacyPassword bool // If there was an error or it's nil, we fake a password for the bcrypt // check so as not to have a timing leak. Specifics of the underlying