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.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs
index 003c6ee..db7d1bd 100644
--- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs
+++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs
@@ -296,15 +296,15 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
296 MsgId, rdata.userProfile.FirstName, rdata.userProfile.SurName); 296 MsgId, rdata.userProfile.FirstName, rdata.userProfile.SurName);
297 297
298 298
299 lock (rdata) 299 lock (rdata)
300 { 300 {
301 if (!rdata.HaveInventory) 301 if (!rdata.HaveInventory)
302 { 302 {
303 rdata.startWD(1000); 303 rdata.startWD(1000);
304 rdata.timeout = false; 304 rdata.timeout = false;
305 Monitor.Wait(rdata); 305 Monitor.Wait(rdata);
306 } 306 }
307 } 307 }
308 308
309 if (rdata.timeout) 309 if (rdata.timeout)
310 { 310 {