diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-12-08 00:18:01 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-12-08 00:18:01 +0200 |
commit | c98795696f36ebfc11dee77a726770c2b7d4d66a (patch) | |
tree | 1e5c69ba1612bf52d85b3b11ab6d24b93f8f0195 | |
parent | ab58b135340ae566ae8e5e781f708e16e7b914ce (diff) |
SL-2363 Build fix
-rw-r--r-- | indra/newview/tests/lllogininstance_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/tests/lllogininstance_test.cpp b/indra/newview/tests/lllogininstance_test.cpp index e0044c40ee..ba85729b87 100644 --- a/indra/newview/tests/lllogininstance_test.cpp +++ b/indra/newview/tests/lllogininstance_test.cpp @@ -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; } |