summaryrefslogtreecommitdiff
path: root/indra/llinventory
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llinventory')
-rw-r--r--indra/llinventory/llfoldertype.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llfoldertype.cpp b/indra/llinventory/llfoldertype.cpp
index 158759c957..c8ef1ccc1b 100644
--- a/indra/llinventory/llfoldertype.cpp
+++ b/indra/llinventory/llfoldertype.cpp
@@ -230,6 +230,7 @@ LLSD LLFolderType::getTypeNames()
if (lookupIsEnsembleType((LLFolderType::EType)type)) continue;
const FolderEntry *entry = LLFolderDictionary::getInstance()->lookup((LLFolderType::EType)type);
+ //skip llfoldertype_bad_lookup
if (entry)
{
type_names.append(entry->mName);