More gsasl changes.

This commit is contained in:
lotodore
2009-10-13 21:52:10 +00:00
parent a6319bf7d8
commit 88659e69ce
4 changed files with 33 additions and 12 deletions
+1 -1
View File
@@ -678,7 +678,7 @@ ClientStateStartSession::Enter(boost::shared_ptr<ClientThread> client)
AuthenticatedLogin_t *authLogin = &netInit->login.choice.authenticatedLogin;
// TODO
boost::shared_ptr<SessionData> tmpSession = context.GetSessionData();
tmpSession->CreateAuthSession(client->GetAuthContext(), false, context.GetPlayerName(), context.GetPassword());
tmpSession->CreateClientAuthSession(client->GetAuthContext(), context.GetPlayerName(), context.GetPassword());
string outUserData;
tmpSession->AuthStep(1, "", outUserData);
OCTET_STRING_fromBuf(&authLogin->clientUserData,