This extra assignment to the singleton should not be needed but may help make
the tests passtrunk
parent
b202ab02d0
commit
c87b75e425
|
@ -83,6 +83,7 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager
|
||||||
{
|
{
|
||||||
m_openSim = openSim;
|
m_openSim = openSim;
|
||||||
m_httpServer = openSim.HttpServer;
|
m_httpServer = openSim.HttpServer;
|
||||||
|
MainServer.Instance = m_httpServer;
|
||||||
|
|
||||||
InitialiseCommsManager(openSim);
|
InitialiseCommsManager(openSim);
|
||||||
if (m_commsManager != null)
|
if (m_commsManager != null)
|
||||||
|
|
Loading…
Reference in New Issue