wesnothd: Fix typo introduced recently causing build errors
Fixes commit 2bf4d68c87
.
This commit is contained in:
parent
ba64a502e1
commit
c8c3625e3a
1 changed files with 1 additions and 1 deletions
|
@ -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 "";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue