mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
SimianUserAccountServiceConnector was not initializing the user cache
This commit is contained in:
@@ -54,8 +54,8 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||
MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
private string m_serverUrl = String.Empty;
|
||||
private ExpiringCache<UUID, UserAccount> m_accountCache;
|
||||
private bool m_Enabled = false;
|
||||
private ExpiringCache<UUID, UserAccount> m_accountCache = new ExpiringCache<UUID,UserAccount>();
|
||||
private bool m_Enabled;
|
||||
|
||||
#region ISharedRegionModule
|
||||
|
||||
|
||||
Reference in New Issue
Block a user