Bug fix: make m_HypergridLinker static.

prebuild-update
Diva Canto 2010-07-30 18:06:34 -07:00
parent 86bc25b84f
commit 8c7fd12d5d
1 changed files with 1 additions and 1 deletions

View File

@ -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;