mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Prevent a null ref when an avatar login doesn't go as planned
This commit is contained in:
@@ -127,7 +127,7 @@ namespace OpenSim.Framework
|
||||
m_threads.Add(threadInfo.Thread.ManagedThreadId, threadInfo);
|
||||
}
|
||||
|
||||
private static bool RemoveThread(int threadID)
|
||||
public static bool RemoveThread(int threadID)
|
||||
{
|
||||
lock (m_threads)
|
||||
return m_threads.Remove(threadID);
|
||||
|
||||
Reference in New Issue
Block a user