diff options
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs b/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs index 7165cb6..13f0167 100644 --- a/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs | |||
@@ -330,13 +330,10 @@ namespace OpenSim.Region.OptionalModules.Avatar.UserProfiles | |||
330 | 330 | ||
331 | if(!classifiedCache.ContainsKey(cid)) | 331 | if(!classifiedCache.ContainsKey(cid)) |
332 | { | 332 | { |
333 | // lock(classifiedLock) | ||
334 | // { | ||
335 | lock(classifiedCache) | 333 | lock(classifiedCache) |
336 | classifiedCache.Add(cid,creatorId); | 334 | classifiedCache.Add(cid,creatorId); |
337 | lock(classifiedInterest) | 335 | lock(classifiedInterest) |
338 | classifiedInterest.Add(cid, 0); | 336 | classifiedInterest.Add(cid, 0); |
339 | // } | ||
340 | } | 337 | } |
341 | 338 | ||
342 | lock(classifiedInterest) | 339 | lock(classifiedInterest) |