Get the local inner simulation service object to the handler so that there is no possibility of cascading requests when failures happen.

This commit is contained in:
Diva Canto
2010-03-15 20:32:36 -07:00
parent 76106e39d9
commit 45ef3e9987
5 changed files with 17 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ namespace OpenSim.Server.Handlers.Simulation
//Object[] args = new Object[] { config };
m_LocalSimulationService = scene.RequestModuleInterface<ISimulationService>();
m_LocalSimulationService = m_LocalSimulationService.GetInnerService();
//ServerUtils.LoadPlugin<ISimulationService>(simService, args);
//System.Console.WriteLine("XXXXXXXXXXXXXXXXXXX m_AssetSetvice == null? " + ((m_AssetService == null) ? "yes" : "no"));