Bug fix: make m_HypergridLinker static.

0.7.0.1-release
Diva Canto 2010-07-30 18:06:34 -07:00
parent 44332d145a
commit 81751a1753
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;