diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-06-27 18:44:29 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-06-27 18:44:29 +0300 |
commit | 03f81254055c487623211aeae330d02980781f67 (patch) | |
tree | 07521d45f3bf6af0cda33123628431993665e856 /indra/newview/llappviewer.cpp | |
parent | fe7232fd2e0da54ebfe1381e8e615aa94a35a1df (diff) |
Backed out changeset: 920a0dbf290a Machine id is needed after singletons die
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index a574588b1a..151039acce 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::getInstance(); //needs to be initialized before threads + LLMachineID::init(); { if (gSavedSettings.getBOOL("QAModeMetrics")) |