mirror of
https://github.com/opensim/opensim.git
synced 2026-07-02 08:25:44 +08:00
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:
@@ -264,7 +264,7 @@ namespace OpenSim.Data.MySQL
|
||||
{
|
||||
database.Reconnect();
|
||||
m_log.Error(e.ToString());
|
||||
return null;
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user