From 07b32c93209bca1e919bcfe91f90220e5c98545c Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Sat, 27 Sep 2008 22:06:51 +0000
Subject: * Replace a generic error handler.

---
 OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'OpenSim')

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
                 }
             }
                 //Todo set as Generic Exception again.
-            catch (System.BadImageFormatException e)
+            catch (System.Exception e)
             {
                 if (e is ThreadAbortException)
                     throw e;
-- 
cgit v1.1