Core/WorldSocket: Fix a crash in HandleAuthSession

--HG--
branch : trunk
This commit is contained in:
Shocker
2010-12-21 01:48:09 +02:00
parent 89f2870b97
commit 9fd0caf9a5

View File

@@ -784,7 +784,7 @@ int WorldSocket::HandleAuthSession (WorldPacket& recvPacket)
packet << uint8(AUTH_REJECT);
SendPacket (packet);
sLog.outError ("WorldSocket::HandleAuthSession: World closed, denying client (%s).", m_Session->GetRemoteAddress().c_str());
sLog.outError ("WorldSocket::HandleAuthSession: World closed, denying client (%s).", GetRemoteAddress().c_str());
return -1;
}