aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-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 46d03fb..537735d 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -784,7 +784,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
784 } 784 }
785 } 785 }
786 //Todo set as Generic Exception again. 786 //Todo set as Generic Exception again.
787 catch (System.BadImageFormatException e) 787 catch (System.Exception e)
788 { 788 {
789 if (e is ThreadAbortException) 789 if (e is ThreadAbortException)
790 throw e; 790 throw e;