* Replace a generic error handler.

This commit is contained in:
Teravus Ovares
2008-09-27 22:06:51 +00:00
parent 98632ee594
commit 07b32c9320

View File

@@ -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;