diff options
Diffstat (limited to 'OpenSim/Capabilities/Handlers/FetchInventoryDescendents/FetchInvDescHandler.cs')
-rw-r--r-- | OpenSim/Capabilities/Handlers/FetchInventoryDescendents/FetchInvDescHandler.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Capabilities/Handlers/FetchInventoryDescendents/FetchInvDescHandler.cs b/OpenSim/Capabilities/Handlers/FetchInventoryDescendents/FetchInvDescHandler.cs index a2f6740..e4ce1f3 100644 --- a/OpenSim/Capabilities/Handlers/FetchInventoryDescendents/FetchInvDescHandler.cs +++ b/OpenSim/Capabilities/Handlers/FetchInventoryDescendents/FetchInvDescHandler.cs | |||
@@ -590,6 +590,9 @@ namespace OpenSim.Capabilities.Handlers | |||
590 | // Do some post-processing. May need to fetch more from inv server for links | 590 | // Do some post-processing. May need to fetch more from inv server for links |
591 | foreach (InventoryCollection contents in fetchedContents) | 591 | foreach (InventoryCollection contents in fetchedContents) |
592 | { | 592 | { |
593 | if (contents == null) | ||
594 | continue; | ||
595 | |||
593 | InventoryCollectionWithDescendents coll = new InventoryCollectionWithDescendents(); | 596 | InventoryCollectionWithDescendents coll = new InventoryCollectionWithDescendents(); |
594 | coll.Collection = contents; | 597 | coll.Collection = contents; |
595 | 598 | ||