diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 46d03fb807..537735d3f5 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;