From 1d745cca1753ee62a75633029adeb3abfb9b224a Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 4 Jun 2008 18:50:58 +0000 Subject: * Start writing out assets metadata file for archiver * Ignoring it on reload as of yet --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index af23660..172288a 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -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; -- cgit v1.1