summaryrefslogtreecommitdiff
path: root/indra/newview/llhasheduniqueid.cpp
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-06-27 18:44:29 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-06-27 18:44:29 +0300
commit03f81254055c487623211aeae330d02980781f67 (patch)
tree07521d45f3bf6af0cda33123628431993665e856 /indra/newview/llhasheduniqueid.cpp
parentfe7232fd2e0da54ebfe1381e8e615aa94a35a1df (diff)
Backed out changeset: 920a0dbf290a Machine id is needed after singletons die
Diffstat (limited to 'indra/newview/llhasheduniqueid.cpp')
-rw-r--r--indra/newview/llhasheduniqueid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhasheduniqueid.cpp b/indra/newview/llhasheduniqueid.cpp
index eca8d0935c..03192d3e61 100644
--- a/indra/newview/llhasheduniqueid.cpp
+++ b/indra/newview/llhasheduniqueid.cpp
@@ -36,7 +36,7 @@ bool llHashedUniqueID(unsigned char id[MD5HEX_STR_SIZE])
LLMD5 hashed_unique_id;
unsigned char unique_id[MAC_ADDRESS_BYTES];
if ( LLUUID::getNodeID(unique_id)
- || LLMachineID::getInstance()->getUniqueID(unique_id, sizeof(unique_id))
+ || LLMachineID::getUniqueID(unique_id, sizeof(unique_id))
)
{
hashed_unique_id.update(unique_id, MAC_ADDRESS_BYTES);