The "Got a packet from an invalid client" has served its purpose

and is commented out, but is still there to help us if Mr.Murphy
decides to teach us (me) a lesson.
afrisby
Charles Krinke 2007-12-17 00:51:51 +00:00
parent 5bec7f5ff3
commit 413fcc5709
1 changed files with 2 additions and 1 deletions

View File

@ -156,7 +156,8 @@ namespace OpenSim.Region.ClientStack
else
{
// invalid client
m_log.Warn("client", "Got a packet from an invalid client - " + epSender.ToString());
//CFK: This message seems to have served its usefullness as of 12-15 so I am commenting it out for now
//CFK: m_log.Warn("client", "Got a packet from an invalid client - " + epSender.ToString());
}
Server.BeginReceiveFrom(RecvBuffer, 0, RecvBuffer.Length, SocketFlags.None, ref epSender, ReceivedData, null);