diff options
author | Diva Canto | 2010-07-30 18:06:34 -0700 |
---|---|---|
committer | Diva Canto | 2010-07-30 18:07:14 -0700 |
commit | 8c7fd12d5d63fb5e44070e57a4bef8e74986dea6 (patch) | |
tree | fe633ee1859c8058fc8e065b2cb0456f3e06002b | |
parent | Slight improvement on previous commit. (diff) | |
download | opensim-SC_OLD-8c7fd12d5d63fb5e44070e57a4bef8e74986dea6.zip opensim-SC_OLD-8c7fd12d5d63fb5e44070e57a4bef8e74986dea6.tar.gz opensim-SC_OLD-8c7fd12d5d63fb5e44070e57a4bef8e74986dea6.tar.bz2 opensim-SC_OLD-8c7fd12d5d63fb5e44070e57a4bef8e74986dea6.tar.xz |
Bug fix: make m_HypergridLinker static.
-rw-r--r-- | OpenSim/Services/GridService/GridService.cs | 2 |
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; |