mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Fixed #2807 Again, Whoops.
This commit is contained in:
@@ -8,7 +8,7 @@ namespace OpenSim.Data.MySQL
|
||||
class MySQLSuperManager
|
||||
{
|
||||
public bool Locked;
|
||||
private Mutex m_lock;
|
||||
private Mutex m_lock = new Mutex(false);
|
||||
public MySQLManager Manager;
|
||||
|
||||
public void GetLock()
|
||||
|
||||
Reference in New Issue
Block a user