Skip to content

Commit

Permalink
Fix masking lexical warning
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christensen committed Jun 22, 2017
1 parent 263b653 commit 002c029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Vend/UserDB.pm
Expand Up @@ -128,7 +128,7 @@ sub enc_bcrypt {

my $bcrypt = Digest::Bcrypt->new;

my $salt =
$salt =
$store->{salt}
||
Crypt::Random::makerandom_octet(
Expand Down

0 comments on commit 002c029

Please sign in to comment.