Prevent the creation of duplicate inventory folders in the case of a login

database issue. Now the login will instaead fail later.
This commit is contained in:
Melanie
2010-01-01 22:51:00 +00:00
parent 61f63fdc38
commit 0d9591bf35
2 changed files with 13 additions and 2 deletions

View File

@@ -264,7 +264,7 @@ namespace OpenSim.Data.MySQL
{
database.Reconnect();
m_log.Error(e.ToString());
return null;
throw;
}
}