summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-06-19 15:57:03 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-06-19 15:57:03 +0300
commita74ea1811640f2647a1f6dd15663167dfdbe00ab (patch)
tree4928ff9fb0010674e0abf0498662986a8f2a67dd /indra/newview/llappviewer.cpp
parent55670eef350c9db849eab8b813ca7335fdec3435 (diff)
DRTVWR-493 LLMachineId to singleton
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 81d0523512..7ccbbc6e10 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -826,7 +826,7 @@ bool LLAppViewer::init()
LL_INFOS("InitInfo") << "LLCore::Http initialized." << LL_ENDL ;
- LLMachineID::init();
+ LLMachineID::getInstance(); //needs to be initialized before threads
{
if (gSavedSettings.getBOOL("QAModeMetrics"))