* Sets backup bool volatile for extra protection against two backup processes running.

0.6.0-stable
Teravus Ovares 2008-05-21 21:47:03 +00:00
parent 5af108a029
commit 8afd93c943
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ namespace OpenSim.Region.Environment.Scenes
private int m_RestartTimerCounter;
private readonly Timer m_restartTimer = new Timer(15000); // Wait before firing
private int m_incrementsof15seconds = 0;
private bool m_backingup = false;
private volatile bool m_backingup = false;
public string m_simulatorVersion = "OpenSimulator 0.5";