* Fixed #2807 Again, Whoops.

0.6.0-stable
Adam Frisby 2008-08-30 16:46:51 +00:00
parent e471a33961
commit 72b0a53ada
1 changed files with 1 additions and 1 deletions

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