diff --git a/indra/newview/tests/lllogininstance_test.cpp b/indra/newview/tests/lllogininstance_test.cpp
index e0044c40eeef49cb46d69398eda061dd99ce5fbb..ba85729b87e54b464eef8ed921ad86bc0ca88520 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;
 }