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 2bf4d68.
  • Loading branch information
irydacea committed May 13, 2018
1 parent ba64a50 commit c8c3625
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 c8c3625

Please sign in to comment.