shaneMangudi / bcrypt-nodejs

Native implementation of bcrypt for NodeJS
Other
574 stars 69 forks source link

var statements fix #7

Closed nisaacson closed 11 years ago

nisaacson commented 11 years ago

I made a few small fixes on var statements. There was a global leak on an lr and then a few extra var statements elsewhere.

The missing var in front of the lr was causing tests in other modules where bcrypt-nodejs is used to fail due to a leaking global variable