Bug fix: make m_HypergridLinker static.
parent
86bc25b84f
commit
8c7fd12d5d
|
@ -50,7 +50,7 @@ namespace OpenSim.Services.GridService
|
|||
private bool m_DeleteOnUnregister = true;
|
||||
private static GridService m_RootInstance = null;
|
||||
protected IConfigSource m_config;
|
||||
protected HypergridLinker m_HypergridLinker;
|
||||
protected static HypergridLinker m_HypergridLinker;
|
||||
|
||||
protected IAuthenticationService m_AuthenticationService = null;
|
||||
protected bool m_AllowDuplicateNames = false;
|
||||
|
|
Loading…
Reference in New Issue