* Resolve mantis 1911 without reintroducing warnings

0.6.0-stable
Justin Clarke Casey 2008-08-09 22:34:04 +00:00
parent 03f9a3e1d6
commit 5b5159d1ec
1 changed files with 1 additions and 2 deletions

View File

@ -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);