Skip to content

Commit 6b78dbc

Browse files
authored
Merge pull request #255 from AlchemyViewer/fix-updater-stall
Fix remnants of linden updater stalling out startup/login
2 parents 665ebc9 + 877b80d commit 6b78dbc

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

indra/cmake/ViewerManager.cmake

Lines changed: 0 additions & 3 deletions
This file was deleted.

indra/newview/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ include(ThreeJS)
4141
include(Tracy)
4242
include(UI)
4343
include(ViewerMiscLibs)
44-
include(ViewerManager)
4544
include(VisualLeakDetector)
4645
include(ZLIBNG)
4746
include(LLPrimitive)

indra/newview/llappviewer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,10 +1188,11 @@ bool LLAppViewer::init()
11881188
}
11891189
}
11901190
else
1191+
#endif //LL_RELEASE_FOR_DOWNLOAD
11911192
{
1193+
mUpdaterNotFound = true;
11921194
LL_WARNS("InitInfo") << "Skipping updater check." << LL_ENDL;
11931195
}
1194-
#endif //LL_RELEASE_FOR_DOWNLOAD
11951196

11961197
{
11971198
// Iterate over --leap command-line options. But this is a bit tricky: if

0 commit comments

Comments
 (0)