aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-08-09 22:34:04 +0000
committerJustin Clarke Casey2008-08-09 22:34:04 +0000
commit5b5159d1ecc35ca1a9452d1d1d42b4ebb43b44e3 (patch)
tree406e4d0500d1b570c9a23184f171cbc0730a3d12 /OpenSim
parent* if the user uuid is present, preserve ownership information when loading an... (diff)
downloadopensim-SC_OLD-5b5159d1ecc35ca1a9452d1d1d42b4ebb43b44e3.zip
opensim-SC_OLD-5b5159d1ecc35ca1a9452d1d1d42b4ebb43b44e3.tar.gz
opensim-SC_OLD-5b5159d1ecc35ca1a9452d1d1d42b4ebb43b44e3.tar.bz2
opensim-SC_OLD-5b5159d1ecc35ca1a9452d1d1d42b4ebb43b44e3.tar.xz
* Resolve mantis 1911 without reintroducing warnings
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/DataSnapshot/DataSnapshotManager.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs b/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs
index 5233139..da72b61 100644
--- a/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs
+++ b/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs
@@ -79,7 +79,6 @@ namespace OpenSim.Region.DataSnapshot
79 79
80 //Program objects 80 //Program objects
81 private SnapshotStore m_snapStore = null; 81 private SnapshotStore m_snapStore = null;
82 // private DataRequestHandler m_requests = null;
83 82
84 #endregion 83 #endregion
85 84
@@ -141,7 +140,7 @@ namespace OpenSim.Region.DataSnapshot
141 m_passedCheck.Start(); 140 m_passedCheck.Start();
142 141
143 //Hand it the first scene, assuming that all scenes have the same BaseHTTPServer 142 //Hand it the first scene, assuming that all scenes have the same BaseHTTPServer
144 // m_requests = new DataRequestHandler(scene, this); 143 new DataRequestHandler(scene, this);
145 144
146 m_hostname = scene.RegionInfo.ExternalHostName; 145 m_hostname = scene.RegionInfo.ExternalHostName;
147 m_snapStore = new SnapshotStore(m_snapsDir, m_gridinfo, m_listener_port, m_hostname); 146 m_snapStore = new SnapshotStore(m_snapsDir, m_gridinfo, m_listener_port, m_hostname);