aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs
index 780d218..65603c5 100644
--- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs
+++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs
@@ -238,7 +238,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
238 Rest.Log.DebugFormat("{0} Inventory catalog requested for {1} {2}", 238 Rest.Log.DebugFormat("{0} Inventory catalog requested for {1} {2}",
239 MsgId, rdata.userProfile.FirstName, rdata.userProfile.SurName); 239 MsgId, rdata.userProfile.FirstName, rdata.userProfile.SurName);
240 240
241 lock(rdata) 241 lock (rdata)
242 { 242 {
243 if (!rdata.HaveInventory) 243 if (!rdata.HaveInventory)
244 { 244 {
@@ -1869,7 +1869,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
1869 this.folders = folders; 1869 this.folders = folders;
1870 this.items = items; 1870 this.items = items;
1871 this.HaveInventory = true; 1871 this.HaveInventory = true;
1872 lock(this) 1872 lock (this)
1873 { 1873 {
1874 Monitor.Pulse(this); 1874 Monitor.Pulse(this);
1875 } 1875 }