diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/DataSnapshot/DataSnapshotManager.cs | 3 |
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); |