mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* Replace a generic error handler.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user