* Fixed #2807 Again, Whoops.

This commit is contained in:
Adam Frisby
2008-08-30 16:46:51 +00:00
parent e471a33961
commit 72b0a53ada

View File

@@ -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()