diff options
author | Diva Canto | 2010-03-09 17:09:44 -0800 |
---|---|---|
committer | Diva Canto | 2010-03-09 17:09:44 -0800 |
commit | dbb2edf1a67442b5e41da3cd8010574114bba7c2 (patch) | |
tree | ae277815d1f67bbbe3e1d3323ef53c4a5baf333f /OpenSim/Services/Connectors/UserAccounts | |
parent | Cache UserLevel in ScenePresence on SP creation. Change IsAdministrator (diff) | |
download | opensim-SC_OLD-dbb2edf1a67442b5e41da3cd8010574114bba7c2.zip opensim-SC_OLD-dbb2edf1a67442b5e41da3cd8010574114bba7c2.tar.gz opensim-SC_OLD-dbb2edf1a67442b5e41da3cd8010574114bba7c2.tar.bz2 opensim-SC_OLD-dbb2edf1a67442b5e41da3cd8010574114bba7c2.tar.xz |
Fixed caching of user accounts.
Diffstat (limited to 'OpenSim/Services/Connectors/UserAccounts')
-rw-r--r-- | OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs b/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs index 8e7c92b..2f9b520 100644 --- a/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs +++ b/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs | |||
@@ -113,6 +113,7 @@ namespace OpenSim.Services.Connectors | |||
113 | 113 | ||
114 | public virtual UserAccount GetUserAccount(UUID scopeID, UUID userID) | 114 | public virtual UserAccount GetUserAccount(UUID scopeID, UUID userID) |
115 | { | 115 | { |
116 | m_log.DebugFormat("[ACCOUNTS CONNECTOR]: GetUSerAccount {0}", userID); | ||
116 | Dictionary<string, object> sendData = new Dictionary<string, object>(); | 117 | Dictionary<string, object> sendData = new Dictionary<string, object>(); |
117 | //sendData["SCOPEID"] = scopeID.ToString(); | 118 | //sendData["SCOPEID"] = scopeID.ToString(); |
118 | sendData["VERSIONMIN"] = ProtocolVersions.ClientProtocolVersionMin.ToString(); | 119 | sendData["VERSIONMIN"] = ProtocolVersions.ClientProtocolVersionMin.ToString(); |