aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorMelanie2010-11-30 15:40:50 +0100
committerMelanie2010-11-30 15:40:50 +0100
commit0218845c2e86acdbd2cdd62175154226f20a1c1e (patch)
treeb847dbf168ea6ab6f8fad5451b44a0963be32abf /OpenSim/Region
parentChange inworld restart to use blue boxes rather than notices to match SL (diff)
downloadopensim-SC_OLD-0218845c2e86acdbd2cdd62175154226f20a1c1e.zip
opensim-SC_OLD-0218845c2e86acdbd2cdd62175154226f20a1c1e.tar.gz
opensim-SC_OLD-0218845c2e86acdbd2cdd62175154226f20a1c1e.tar.bz2
opensim-SC_OLD-0218845c2e86acdbd2cdd62175154226f20a1c1e.tar.xz
Prevent the restart module from barfing if it's not configured
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/CoreModules/World/Region/RestartModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Region/RestartModule.cs b/OpenSim/Region/CoreModules/World/Region/RestartModule.cs
index 6e1ee10..2e82e7e 100644
--- a/OpenSim/Region/CoreModules/World/Region/RestartModule.cs
+++ b/OpenSim/Region/CoreModules/World/Region/RestartModule.cs
@@ -58,7 +58,7 @@ namespace OpenSim.Region.CoreModules.World.Region
58 protected UUID m_Initiator; 58 protected UUID m_Initiator;
59 protected bool m_Notice = false; 59 protected bool m_Notice = false;
60 protected IDialogModule m_DialogModule = null; 60 protected IDialogModule m_DialogModule = null;
61 protected string m_MarkerPath; 61 protected string m_MarkerPath = String.Empty;
62 62
63 public void Initialise(IConfigSource config) 63 public void Initialise(IConfigSource config)
64 { 64 {