mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user