aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorTeravus Ovares2008-09-27 22:06:51 +0000
committerTeravus Ovares2008-09-27 22:06:51 +0000
commit07b32c93209bca1e919bcfe91f90220e5c98545c (patch)
tree2b9e15269f5b5a908b52ee5362124476ce1a71d5 /OpenSim
parent* Event queue is now polling.. (diff)
downloadopensim-SC_OLD-07b32c93209bca1e919bcfe91f90220e5c98545c.zip
opensim-SC_OLD-07b32c93209bca1e919bcfe91f90220e5c98545c.tar.gz
opensim-SC_OLD-07b32c93209bca1e919bcfe91f90220e5c98545c.tar.bz2
opensim-SC_OLD-07b32c93209bca1e919bcfe91f90220e5c98545c.tar.xz
* Replace a generic error handler.
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;