aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDiva Canto2010-07-30 18:06:34 -0700
committerDiva Canto2010-07-30 18:06:34 -0700
commit81751a1753a050a95812db218d77ec135dd77498 (patch)
tree52a6736b591bce9e96fe6096107333ab6805c690
parentSlight improvement on previous commit. (diff)
downloadopensim-SC_OLD-81751a1753a050a95812db218d77ec135dd77498.zip
opensim-SC_OLD-81751a1753a050a95812db218d77ec135dd77498.tar.gz
opensim-SC_OLD-81751a1753a050a95812db218d77ec135dd77498.tar.bz2
opensim-SC_OLD-81751a1753a050a95812db218d77ec135dd77498.tar.xz
Bug fix: make m_HypergridLinker static.
-rw-r--r--OpenSim/Services/GridService/GridService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/GridService/GridService.cs b/OpenSim/Services/GridService/GridService.cs
index 46d72dc..f49d86d 100644
--- a/OpenSim/Services/GridService/GridService.cs
+++ b/OpenSim/Services/GridService/GridService.cs
@@ -50,7 +50,7 @@ namespace OpenSim.Services.GridService
50 private bool m_DeleteOnUnregister = true; 50 private bool m_DeleteOnUnregister = true;
51 private static GridService m_RootInstance = null; 51 private static GridService m_RootInstance = null;
52 protected IConfigSource m_config; 52 protected IConfigSource m_config;
53 protected HypergridLinker m_HypergridLinker; 53 protected static HypergridLinker m_HypergridLinker;
54 54
55 protected IAuthenticationService m_AuthenticationService = null; 55 protected IAuthenticationService m_AuthenticationService = null;
56 protected bool m_AllowDuplicateNames = false; 56 protected bool m_AllowDuplicateNames = false;