Fixed server incorrectly closing connection on hash error
This commit is contained in:
parent
1e907ffeec
commit
48ed6e0c05
1 changed files with 1 additions and 0 deletions
|
@ -784,6 +784,7 @@ void server::send_password_request(socket_ptr socket, const std::string& msg,
|
|||
"cannot log in due to an error in the hashing algorithm. "
|
||||
"Logging into your forum account on http://forum.wesnoth.org "
|
||||
"may fix this problem.");
|
||||
login(socket);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue