diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewerstats.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linden/indra/newview/llviewerstats.cpp b/linden/indra/newview/llviewerstats.cpp index 607f871..a7bbee8 100644 --- a/linden/indra/newview/llviewerstats.cpp +++ b/linden/indra/newview/llviewerstats.cpp | |||
@@ -714,9 +714,7 @@ void send_stats() | |||
714 | system["ram"] = (S32) gSysMemory.getPhysicalMemoryKB(); | 714 | system["ram"] = (S32) gSysMemory.getPhysicalMemoryKB(); |
715 | system["os"] = LLAppViewer::instance()->getOSInfo().getOSStringSimple(); | 715 | system["os"] = LLAppViewer::instance()->getOSInfo().getOSStringSimple(); |
716 | system["cpu"] = gSysCPU.getCPUString(); | 716 | system["cpu"] = gSysCPU.getCPUString(); |
717 | std::string macAddressString = llformat("%02x-%02x-%02x-%02x-%02x-%02x", | 717 | std::string macAddressString = llformat("%02x-%02x-%02x-%02x-%02x-%02x", 0,1,2,3,4,5); // Hell no don't seand the MAC across the 'net. Bad LL. |
718 | gMACAddress[0],gMACAddress[1],gMACAddress[2], | ||
719 | gMACAddress[3],gMACAddress[4],gMACAddress[5]); | ||
720 | system["mac_address"] = macAddressString; | 718 | system["mac_address"] = macAddressString; |
721 | system["serial_number"] = LLAppViewer::instance()->getSerialNumber(); | 719 | system["serial_number"] = LLAppViewer::instance()->getSerialNumber(); |
722 | std::string gpu_desc = llformat( | 720 | std::string gpu_desc = llformat( |