diff options
author | lbsa71 | 2009-07-24 06:59:27 +0000 |
---|---|---|
committer | lbsa71 | 2009-07-24 06:59:27 +0000 |
commit | 169a353cca000f2e57b3895d6110c18bd5757137 (patch) | |
tree | a83bceebe2c28a340a643f77de8bff702918180c /OpenSim/Region/Application | |
parent | * Updates RESTInterregionComms and LocalInterregionComms to the new region mo... (diff) | |
download | opensim-SC_OLD-169a353cca000f2e57b3895d6110c18bd5757137.zip opensim-SC_OLD-169a353cca000f2e57b3895d6110c18bd5757137.tar.gz opensim-SC_OLD-169a353cca000f2e57b3895d6110c18bd5757137.tar.bz2 opensim-SC_OLD-169a353cca000f2e57b3895d6110c18bd5757137.tar.xz |
* minor ccc
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index ff17086..ad157c6 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -138,7 +138,10 @@ namespace OpenSim | |||
138 | private static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) | 138 | private static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) |
139 | { | 139 | { |
140 | if (_IsHandlingException) | 140 | if (_IsHandlingException) |
141 | { | ||
141 | return; | 142 | return; |
143 | } | ||
144 | |||
142 | _IsHandlingException = true; | 145 | _IsHandlingException = true; |
143 | // TODO: Add config option to allow users to turn off error reporting | 146 | // TODO: Add config option to allow users to turn off error reporting |
144 | // TODO: Post error report (disabled for now) | 147 | // TODO: Post error report (disabled for now) |