From 5b5159d1ecc35ca1a9452d1d1d42b4ebb43b44e3 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sat, 9 Aug 2008 22:34:04 +0000 Subject: * Resolve mantis 1911 without reintroducing warnings --- OpenSim/Region/DataSnapshot/DataSnapshotManager.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim') 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 //Program objects private SnapshotStore m_snapStore = null; - // private DataRequestHandler m_requests = null; #endregion @@ -141,7 +140,7 @@ namespace OpenSim.Region.DataSnapshot m_passedCheck.Start(); //Hand it the first scene, assuming that all scenes have the same BaseHTTPServer - // m_requests = new DataRequestHandler(scene, this); + new DataRequestHandler(scene, this); m_hostname = scene.RegionInfo.ExternalHostName; m_snapStore = new SnapshotStore(m_snapsDir, m_gridinfo, m_listener_port, m_hostname); -- cgit v1.1