diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-12-07 11:55:24 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-12-07 11:55:24 +0200 |
| commit | ab58b135340ae566ae8e5e781f708e16e7b914ce (patch) | |
| tree | 0764d33caf6b6c350b6041a6f219f0cf8922fce7 /indra/newview/tests/lllogininstance_test.cpp | |
| parent | 9432e092d340f3ac988cdfde182b21302ed47e91 (diff) | |
SL-2363 Update Unit Tests
Diffstat (limited to 'indra/newview/tests/lllogininstance_test.cpp')
| -rw-r--r-- | indra/newview/tests/lllogininstance_test.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/tests/lllogininstance_test.cpp b/indra/newview/tests/lllogininstance_test.cpp index 57f2d31eab..e0044c40ee 100644 --- a/indra/newview/tests/lllogininstance_test.cpp +++ b/indra/newview/tests/lllogininstance_test.cpp @@ -302,6 +302,10 @@ 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) +{ + return 0; +} //----------------------------------------------------------------------------- // misc std::string xml_escape_string(const std::string& in) |
