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