aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs')
-rw-r--r--OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs b/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs
index 7618c3d..1ad543b 100644
--- a/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs
+++ b/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs
@@ -638,7 +638,7 @@ namespace OpenSim.Capabilities.Handlers
638 638
639 // The inventory server isn't sending FolderID in the collection... 639 // The inventory server isn't sending FolderID in the collection...
640 // Must fetch it individually 640 // Must fetch it individually
641 if (contents.FolderID == UUID.Zero) 641 else if (contents.FolderID == UUID.Zero)
642 { 642 {
643 InventoryFolderBase containingFolder = new InventoryFolderBase(); 643 InventoryFolderBase containingFolder = new InventoryFolderBase();
644 containingFolder.ID = freq.folder_id; 644 containingFolder.ID = freq.folder_id;