aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory
diff options
context:
space:
mode:
authorDiva Canto2009-10-06 11:08:11 -0700
committerDiva Canto2009-10-06 11:08:11 -0700
commit77b4abaa251929a4d6079d766f041f997071dc46 (patch)
tree3feb73cc830f17a9c640eb372df6fd83ff888fa1 /OpenSim/Services/Connectors/Inventory
parentRemoving dependencies on System.Runtime.Remoting. (diff)
downloadopensim-SC_OLD-77b4abaa251929a4d6079d766f041f997071dc46.zip
opensim-SC_OLD-77b4abaa251929a4d6079d766f041f997071dc46.tar.gz
opensim-SC_OLD-77b4abaa251929a4d6079d766f041f997071dc46.tar.bz2
opensim-SC_OLD-77b4abaa251929a4d6079d766f041f997071dc46.tar.xz
* Removed verbose debug message
* Restored HG inventory access which had been lost upon adding a 3rd argument to inventory and asset server handlers * Fixed a stupid bug in the InventoryConnector which was making move items do things twice
Diffstat (limited to 'OpenSim/Services/Connectors/Inventory')
-rw-r--r--OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs b/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs
index 5443891..e047f71 100644
--- a/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs
@@ -416,13 +416,6 @@ namespace OpenSim.Services.Connectors
416 e.Source, e.Message); 416 e.Source, e.Message);
417 } 417 }
418 418
419 foreach (InventoryItemBase item in items)
420 {
421 InventoryItemBase itm = this.QueryItem(userID, item, sessionID);
422 itm.Name = item.Name;
423 itm.Folder = item.Folder;
424 this.UpdateItem(userID, itm, sessionID);
425 }
426 } 419 }
427 420
428 private void MoveItemsCompleted(IAsyncResult iar) 421 private void MoveItemsCompleted(IAsyncResult iar)