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
parent
5bec7f5ff3
commit
413fcc5709
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue