diff --git a/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs b/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs index 7618c3dd36..1ad543b75a 100644 --- a/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs +++ b/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs @@ -638,7 +638,7 @@ namespace OpenSim.Capabilities.Handlers // The inventory server isn't sending FolderID in the collection... // Must fetch it individually - if (contents.FolderID == UUID.Zero) + else if (contents.FolderID == UUID.Zero) { InventoryFolderBase containingFolder = new InventoryFolderBase(); containingFolder.ID = freq.folder_id;