Skip to content
Snippets Groups Projects
Commit 87252455 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix linux machine id generation

parent 327b3036
No related branches found
No related tags found
No related merge requests found
...@@ -466,7 +466,7 @@ S32 LLMachineID::init() ...@@ -466,7 +466,7 @@ S32 LLMachineID::init()
} }
} }
#else #else
unsigned char * staticPtr = (unsigned char *)(&static_legacy_id[0]); unsigned char * staticPtr = (unsigned char *)(&static_unique_id[0]);
ret_code = LLUUID::getNodeID(staticPtr); ret_code = LLUUID::getNodeID(staticPtr);
has_static_unique_id = true; has_static_unique_id = true;
has_static_legacy_id = false; has_static_legacy_id = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment