Core/Auth: Reverted part of fb43a92cc2 - session key is still needed after logging in to be able to switch realms

This commit is contained in:
Shauren
2013-02-08 01:03:56 +01:00
parent fb43a92cc2
commit b6e56e42ea
6 changed files with 3 additions and 10 deletions

View File

@@ -207,7 +207,7 @@ AuthSocket::AuthSocket(RealmSocket& socket) : pPatch(NULL), socket_(socket)
// Close patch file descriptor before leaving
AuthSocket::~AuthSocket(void) {}
// Accept the connection and set the s random value for SRP6
// Accept the connection
void AuthSocket::OnAccept(void)
{
sLog->outDebug(LOG_FILTER_AUTHSERVER, "'%s:%d' Accepting connection", socket().getRemoteAddress().c_str(), socket().getRemotePort());