diff options
author | Justin Clarke Casey | 2008-09-16 17:30:30 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-16 17:30:30 +0000 |
commit | ec4189b722b86a3acca0d54a19fff7cc13c1aff2 (patch) | |
tree | 98de8f79bde607b267fdd5cbc8a6cffd95ef8e11 /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | * Change XEngine default configuration values to match those in OpenSim.examp... (diff) | |
download | opensim-SC_OLD-ec4189b722b86a3acca0d54a19fff7cc13c1aff2.zip opensim-SC_OLD-ec4189b722b86a3acca0d54a19fff7cc13c1aff2.tar.gz opensim-SC_OLD-ec4189b722b86a3acca0d54a19fff7cc13c1aff2.tar.bz2 opensim-SC_OLD-ec4189b722b86a3acca0d54a19fff7cc13c1aff2.tar.xz |
* If an individual scene object throws an exception while storing, deal with this locally rather than letting it propogate up the stack
* This will allow other scene objects to persist and stop the exception taking down the whole region server
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 2a736fb..78c8c62 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -885,7 +885,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
885 | { | 885 | { |
886 | EventManager.TriggerOnBackup(m_storageManager.DataStore); | 886 | EventManager.TriggerOnBackup(m_storageManager.DataStore); |
887 | m_backingup = false; | 887 | m_backingup = false; |
888 | //return true; | ||
889 | } | 888 | } |
890 | 889 | ||
891 | #endregion | 890 | #endregion |