From f7ad3aefc8e63e87c29d5e9c169210f4e7e80ac8 Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Wed, 13 Jan 2010 19:11:46 +0300 Subject: Removed all my commits for today, this is hack? really? okey --HG-- branch : trunk --- src/trinityrealm/AuthSocket.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/trinityrealm/AuthSocket.cpp') 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; } } -- cgit v1.2.3