diff options
author | n0n4m3 <none@none> | 2010-01-13 19:11:46 +0300 |
---|---|---|
committer | n0n4m3 <none@none> | 2010-01-13 19:11:46 +0300 |
commit | f7ad3aefc8e63e87c29d5e9c169210f4e7e80ac8 (patch) | |
tree | 7418fd8e76d498bb754b3b92b981743e20199f98 /src/trinityrealm/AuthSocket.cpp | |
parent | edeb6bf284e9f7ab501f6c3273221dbf02d60084 (diff) |
Removed all my commits for today, this is hack? really? okey
--HG--
branch : trunk
Diffstat (limited to 'src/trinityrealm/AuthSocket.cpp')
-rw-r--r-- | src/trinityrealm/AuthSocket.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/trinityrealm/AuthSocket.cpp b/src/trinityrealm/AuthSocket.cpp index bc788426a8a..ee71c523816 100644 --- a/src/trinityrealm/AuthSocket.cpp +++ b/src/trinityrealm/AuthSocket.cpp @@ -297,8 +297,7 @@ void AuthSocket::OnRead() ///- Report unknown commands in the debug log if (i == AUTH_TOTAL_COMMANDS) { - DEBUG_LOG("[Auth] got unknown packet from '%s:%d'", GetRemoteAddress().c_str(), GetRemotePort()); - SetCloseAndDelete(); + DEBUG_LOG("[Auth] got unknown packet %u", (uint32)_cmd); return; } } |