SimianUserAccountServiceConnector was not initializing the user cache

This commit is contained in:
John Hurliman
2010-09-07 11:33:46 -07:00
parent 910aa48df3
commit 5ca4c238e0

View File

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