aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/Application.cs
diff options
context:
space:
mode:
authorlbsa712009-07-24 06:59:27 +0000
committerlbsa712009-07-24 06:59:27 +0000
commit169a353cca000f2e57b3895d6110c18bd5757137 (patch)
treea83bceebe2c28a340a643f77de8bff702918180c /OpenSim/Region/Application/Application.cs
parent* Updates RESTInterregionComms and LocalInterregionComms to the new region mo... (diff)
downloadopensim-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 'OpenSim/Region/Application/Application.cs')
-rw-r--r--OpenSim/Region/Application/Application.cs3
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)