diff options
author | Justin Clarke Casey | 2008-02-12 22:24:12 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-02-12 22:24:12 +0000 |
commit | c0211c1ca232742946e47346917f3f8ab5ff3acb (patch) | |
tree | 60efcd786e5414c247eee9510a11b7dba0980dd8 /OpenSim/Framework/Communications | |
parent | * Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and a... (diff) | |
download | opensim-SC_OLD-c0211c1ca232742946e47346917f3f8ab5ff3acb.zip opensim-SC_OLD-c0211c1ca232742946e47346917f3f8ab5ff3acb.tar.gz opensim-SC_OLD-c0211c1ca232742946e47346917f3f8ab5ff3acb.tar.bz2 opensim-SC_OLD-c0211c1ca232742946e47346917f3f8ab5ff3acb.tar.xz |
* Add missing locking to mysql inventory plugin
* Should resolve mantis 542
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs index e9765a7..257747b 100644 --- a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs +++ b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | |||
@@ -259,6 +259,9 @@ namespace OpenSim.Framework.Communications.Cache | |||
259 | 259 | ||
260 | public void HandlePurgeInventoryDescendents(IClientAPI remoteClient, LLUUID folderID) | 260 | public void HandlePurgeInventoryDescendents(IClientAPI remoteClient, LLUUID folderID) |
261 | { | 261 | { |
262 | // m_log.InfoFormat("[INVENTORYCACHE]: Purging folder {0} for {1} uuid {2}", | ||
263 | // folderID, remoteClient.Name, remoteClient.AgentId); | ||
264 | |||
262 | CachedUserInfo userProfile; | 265 | CachedUserInfo userProfile; |
263 | if (m_userProfiles.TryGetValue(remoteClient.AgentId, out userProfile)) | 266 | if (m_userProfiles.TryGetValue(remoteClient.AgentId, out userProfile)) |
264 | { | 267 | { |