Merge branch 'master' into bigmerge
commit
6daa61d6ba
|
@ -126,7 +126,6 @@ namespace OpenSim.Framework
|
|||
thread.Name = name;
|
||||
thread.Priority = priority;
|
||||
thread.IsBackground = isBackground;
|
||||
thread.Start();
|
||||
|
||||
ThreadWatchdogInfo twi = new ThreadWatchdogInfo(thread, timeout);
|
||||
|
||||
|
@ -135,6 +134,8 @@ namespace OpenSim.Framework
|
|||
lock (m_threads)
|
||||
m_threads.Add(twi.Thread.ManagedThreadId, twi);
|
||||
|
||||
thread.Start();
|
||||
|
||||
return thread;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue