aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins
diff options
context:
space:
mode:
authorMelanie Thielker2009-07-10 03:38:14 +0000
committerMelanie Thielker2009-07-10 03:38:14 +0000
commitc87b75e4251d93553480c6f9b4d50711ae2f44e3 (patch)
tree5e4e9e9b5baf1f2a3d4004a8abf481ebf47cdff2 /OpenSim/ApplicationPlugins
parentAdding the new grid services skeleton. Still very much based on the old (diff)
downloadopensim-SC_OLD-c87b75e4251d93553480c6f9b4d50711ae2f44e3.zip
opensim-SC_OLD-c87b75e4251d93553480c6f9b4d50711ae2f44e3.tar.gz
opensim-SC_OLD-c87b75e4251d93553480c6f9b4d50711ae2f44e3.tar.bz2
opensim-SC_OLD-c87b75e4251d93553480c6f9b4d50711ae2f44e3.tar.xz
This extra assignment to the singleton should not be needed but may help make
the tests pass
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r--OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs
index 4d6467a..4d1c606 100644
--- a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs
+++ b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs
@@ -83,6 +83,7 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager
83 { 83 {
84 m_openSim = openSim; 84 m_openSim = openSim;
85 m_httpServer = openSim.HttpServer; 85 m_httpServer = openSim.HttpServer;
86 MainServer.Instance = m_httpServer;
86 87
87 InitialiseCommsManager(openSim); 88 InitialiseCommsManager(openSim);
88 if (m_commsManager != null) 89 if (m_commsManager != null)