* Start writing out assets metadata file for archiver

* Ignoring it on reload as of yet
This commit is contained in:
Justin Clarke Casey
2008-06-04 18:50:58 +00:00
parent caee0288fb
commit 1d745cca17
3 changed files with 133 additions and 18 deletions

View File

@@ -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;