mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
thread.abort is gone. Coment out so things compile
This commit is contained in:
@@ -1799,10 +1799,12 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
incomingPacket = null;
|
||||
}
|
||||
}
|
||||
/*
|
||||
catch (ThreadAbortException)
|
||||
{
|
||||
Thread.ResetAbort();
|
||||
}
|
||||
*/
|
||||
catch (Exception ex)
|
||||
{
|
||||
m_log.Error("[LLUDPSERVER]: Error in the incoming packet handler loop: " + ex.Message, ex);
|
||||
|
||||
Reference in New Issue
Block a user