Skip to content

Commit

Permalink
wesnothd: Fix typo introduced recently causing build errors
Browse files Browse the repository at this point in the history
Fixes commit 0bf09c8.
  • Loading branch information
irydacea committed May 13, 2018
1 parent a6425a1 commit bbb17fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/forum_user_handler.cpp
Expand Up @@ -102,7 +102,7 @@ std::string fuh::extract_salt(const std::string& name) {

try {
hash = get_hash(name);
} catch (const rror& e) {
} catch (const error& e) {
ERR_UH << "Could not retrieve hash for user '" << name << "' :" << e.message << std::endl;
return "";
}
Expand Down

0 comments on commit bbb17fc

Please sign in to comment.