Making server send auth challenge.

This commit is contained in:
lotodore
2009-10-23 18:13:31 +00:00
parent ba0ba3978e
commit 66fa98fc98
+1 -1
View File
@@ -1359,7 +1359,7 @@ ServerLobbyThread::AuthenticatePlayer(SessionWrapper session)
void
ServerLobbyThread::UserValid(unsigned playerId, DB_id dbPlayerId, const string &dbSecret)
{
InitAfterLogin(m_sessionManager.GetSessionByUniquePlayerId(playerId, true));
this->AuthChallenge(m_sessionManager.GetSessionByUniquePlayerId(playerId, true), dbSecret);
}
void