Skip to content
Snippets Groups Projects
Commit c9879569 authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

SL-2363 Build fix

parent ab58b135
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ S32 LLMachineID::getUniqueID(unsigned char *unique_id, size_t len)
memcpy(unique_id, gMACAddress, len);
return 1;
}
S32 LLMachineID::getUniqueID(unsigned char *unique_id, size_t len)
S32 LLMachineID::getLegacyID(unsigned char *unique_id, size_t len)
{
return 0;
}
......
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