* Fixed #2807 Again, Whoops.
parent
e471a33961
commit
72b0a53ada
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue