Fixed caching of user accounts.

This commit is contained in:
Diva Canto
2010-03-09 17:09:44 -08:00
parent 88771aeed3
commit dbb2edf1a6
5 changed files with 45 additions and 32 deletions

View File

@@ -113,6 +113,7 @@ namespace OpenSim.Services.Connectors
public virtual UserAccount GetUserAccount(UUID scopeID, UUID userID)
{
m_log.DebugFormat("[ACCOUNTS CONNECTOR]: GetUSerAccount {0}", userID);
Dictionary<string, object> sendData = new Dictionary<string, object>();
//sendData["SCOPEID"] = scopeID.ToString();
sendData["VERSIONMIN"] = ProtocolVersions.ClientProtocolVersionMin.ToString();