aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs
diff options
context:
space:
mode:
authorJeff Ames2008-10-21 14:08:30 +0000
committerJeff Ames2008-10-21 14:08:30 +0000
commit0d4e391f75a8c7f50075245fc57fe78269865efe (patch)
treec2d9f3a7bc6cadda7af60902712dfc4ffce8f69f /OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs
parentfixing real cause of #2445 & #2449: Position was <0, 0, 0> for (diff)
downloadopensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.zip
opensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.tar.gz
opensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.tar.bz2
opensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.tar.xz
Update svn properties, minor formatting cleanup.
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 {