aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/Application.cs
diff options
context:
space:
mode:
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)