mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Start writing out assets metadata file for archiver
* Ignoring it on reload as of yet
This commit is contained in:
@@ -718,6 +718,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
{
|
||||
m_secureSessionId = sessionInfo.LoginInfo.SecureSession;
|
||||
}
|
||||
|
||||
// This sets up all the timers
|
||||
InitNewClient();
|
||||
|
||||
@@ -726,7 +727,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
// ThreadAbortExceptions need to go through unmolested.
|
||||
if (e is ThreadAbortException)
|
||||
throw e;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user