diff options
author | Justin Clarke Casey | 2008-06-04 18:50:58 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-04 18:50:58 +0000 |
commit | 1d745cca1753ee62a75633029adeb3abfb9b224a (patch) | |
tree | e18ed3ba3a4d02ae75b2b3a55205ebadd447b3f6 /OpenSim/Region/ClientStack | |
parent | * adding XmppPresenceStanza and deserialization/reification support (diff) | |
download | opensim-SC_OLD-1d745cca1753ee62a75633029adeb3abfb9b224a.zip opensim-SC_OLD-1d745cca1753ee62a75633029adeb3abfb9b224a.tar.gz opensim-SC_OLD-1d745cca1753ee62a75633029adeb3abfb9b224a.tar.bz2 opensim-SC_OLD-1d745cca1753ee62a75633029adeb3abfb9b224a.tar.xz |
* Start writing out assets metadata file for archiver
* Ignoring it on reload as of yet
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
718 | { | 718 | { |
719 | m_secureSessionId = sessionInfo.LoginInfo.SecureSession; | 719 | m_secureSessionId = sessionInfo.LoginInfo.SecureSession; |
720 | } | 720 | } |
721 | |||
721 | // This sets up all the timers | 722 | // This sets up all the timers |
722 | InitNewClient(); | 723 | InitNewClient(); |
723 | 724 | ||
@@ -726,7 +727,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
726 | } | 727 | } |
727 | catch (Exception e) | 728 | catch (Exception e) |
728 | { | 729 | { |
729 | // ThreadAbortExceptions need to go through unmolested. | ||
730 | if (e is ThreadAbortException) | 730 | if (e is ThreadAbortException) |
731 | throw e; | 731 | throw e; |
732 | 732 | ||