Removing duplicate condition.

This commit is contained in:
lotodore
2009-07-30 21:50:50 +00:00
parent b81d357f1a
commit c769884c56
+1 -1
View File
@@ -597,7 +597,7 @@ ServerLobbyThread::HandleRead(const boost::system::error_code &ec, SessionId ses
sessionId,
boost::asio::placeholders::bytes_transferred));
}
else if (ec != boost::asio::error::operation_aborted)
else
{
LOG_ERROR("Connection closed: " << ec);
// On error: Close this session.