diff options
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index c863d19..84a5ecd 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -2285,6 +2285,9 @@ bool idle_startup() | |||
2285 | } | 2285 | } |
2286 | } | 2286 | } |
2287 | 2287 | ||
2288 | //DEV-17797. get null folder. Any items found here moved to Lost and Found | ||
2289 | LLInventoryModel::findLostItems(); | ||
2290 | |||
2288 | LLStartUp::setStartupState( STATE_PRECACHE ); | 2291 | LLStartUp::setStartupState( STATE_PRECACHE ); |
2289 | timeout.reset(); | 2292 | timeout.reset(); |
2290 | return FALSE; | 2293 | return FALSE; |