* Replace a generic error handler.

0.6.0-stable
Teravus Ovares 2008-09-27 22:06:51 +00:00
parent 98632ee594
commit 07b32c9320
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
} }
} }
//Todo set as Generic Exception again. //Todo set as Generic Exception again.
catch (System.BadImageFormatException e) catch (System.Exception e)
{ {
if (e is ThreadAbortException) if (e is ThreadAbortException)
throw e; throw e;