aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut
diff options
context:
space:
mode:
authorUbitUmarov2016-08-17 06:00:42 +0100
committerUbitUmarov2016-08-17 06:00:42 +0100
commit04ea34f379a1839e618ef1a7ba05a1be19f8e43c (patch)
tree9b0e7fad4f2b50b5dcfdcb1c261dacbeec7d7ffc /OpenSim/Region/CoreModules/ServiceConnectorsOut
parent drasticly reduce HG inventory caches Expire times, Remove them all onClientC... (diff)
downloadopensim-SC_OLD-04ea34f379a1839e618ef1a7ba05a1be19f8e43c.zip
opensim-SC_OLD-04ea34f379a1839e618ef1a7ba05a1be19f8e43c.tar.gz
opensim-SC_OLD-04ea34f379a1839e618ef1a7ba05a1be19f8e43c.tar.bz2
opensim-SC_OLD-04ea34f379a1839e618ef1a7ba05a1be19f8e43c.tar.xz
add GetUsersNames(string[] ids) to UserManagement. Make GetDisplayNames cap use it so several IDs are handle on a single call. Since there is no grid side suport, no much gain still
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsOut')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/RemoteUserAccountServiceConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/RemoteUserAccountServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/RemoteUserAccountServiceConnector.cs
index ce1754f..90c90d6 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/RemoteUserAccountServiceConnector.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/RemoteUserAccountServiceConnector.cs
@@ -165,7 +165,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.UserAccounts
165 List<UserAccount> accs = new List<UserAccount>(); 165 List<UserAccount> accs = new List<UserAccount>();
166 List<string> missing = new List<string>(); 166 List<string> missing = new List<string>();
167 167
168 UUID uuid = UUID.Zero;; 168 UUID uuid = UUID.Zero;
169 UserAccount account; 169 UserAccount account;
170 bool inCache = false; 170 bool inCache = false;
171 171