diff options
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 | ||