move a execution overlap guard to end of job

0.9.0-post-fixes
UbitUmarov 2017-06-02 12:58:04 +01:00
parent b920f784ea
commit 7310b7625e
1 changed files with 1 additions and 1 deletions

View File

@ -2120,7 +2120,6 @@ namespace OpenSim.Region.Framework.Scenes
lock (m_returns)
{
EventManager.TriggerOnBackup(SimulationDataService, forced);
m_backingup = false;
foreach (KeyValuePair<UUID, ReturnInfo> ret in m_returns)
{
@ -2151,6 +2150,7 @@ namespace OpenSim.Region.Framework.Scenes
tr.SendInstantMessage(msg, delegate(bool success) { });
}
m_returns.Clear();
m_backingup = false;
}
}