Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pw_hash() on JRuby < 1.7.17 #446

Merged
merged 1 commit into from
May 6, 2015
Merged

Conversation

elyscape
Copy link
Contributor

@elyscape elyscape commented May 5, 2015

The previous change to this function broke it on JRuby before 1.7.17 by
attempting to use a variable that wasn't defined (salt). To fix this,
define salt ahead of time and use that instead of building the salt
later.

cf. #443 (comment)

The previous change to this function broke it on JRuby before 1.7.17 by
attempting to use a variable that wasn't defined (`salt`). To fix this,
define `salt` ahead of time and use that instead of building the salt
later.

cf. puppetlabs#443 (comment)
@DavidS
Copy link
Contributor

DavidS commented May 6, 2015

Thanks for catching that.

DavidS added a commit that referenced this pull request May 6, 2015
Fix pw_hash() on JRuby < 1.7.17
@DavidS DavidS merged commit 20669e3 into puppetlabs:master May 6, 2015
@elyscape elyscape deleted the fix_pw_hash branch May 6, 2015 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants