aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llstartup.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp
index 6371f2b..05ecf87 100644
--- a/linden/indra/newview/llstartup.cpp
+++ b/linden/indra/newview/llstartup.cpp
@@ -2251,6 +2251,9 @@ bool idle_startup()
2251 } 2251 }
2252 } 2252 }
2253 2253
2254 //DEV-17797. get null folder. Any items found here moved to Lost and Found
2255 LLInventoryModel::findLostItems();
2256
2254 LLStartUp::setStartupState( STATE_PRECACHE ); 2257 LLStartUp::setStartupState( STATE_PRECACHE );
2255 timeout.reset(); 2258 timeout.reset();
2256 return FALSE; 2259 return FALSE;