Demote assert and allow UDP fallback in case COF fetching times out

This commit is contained in:
Latif Khalifa
2013-04-20 04:49:18 +02:00
parent f6f505d487
commit 7b42ad5e2a

View File

@@ -135,7 +135,7 @@ void LLInitialWearablesFetch::processContents()
LLInventoryModel::cat_array_t cat_array;
LLInventoryModel::item_array_t wearable_array;
LLFindWearables is_wearable;
llassert_always(mComplete.size() != 0);
llassert(mComplete.size() != 0);
gInventory.collectDescendentsIf(mComplete.front(), cat_array, wearable_array,
LLInventoryModel::EXCLUDE_TRASH, is_wearable);