aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
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