aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/hippoupdate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/hippoupdate.cpp')
-rw-r--r--linden/indra/newview/hippoupdate.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/hippoupdate.cpp b/linden/indra/newview/hippoupdate.cpp
index 192e3d7..98ed8aa 100644
--- a/linden/indra/newview/hippoupdate.cpp
+++ b/linden/indra/newview/hippoupdate.cpp
@@ -28,8 +28,7 @@ bool HippoUpdate::checkUpdate()
28 28
29 // get mac address 29 // get mac address
30 char macAddress[18]; 30 char macAddress[18];
31 sprintf(macAddress, "%02x:%02x:%02x:%02x:%02x:%02x", 31 sprintf(macAddress, "%02x:%02x:%02x:%02x:%02x:%02x", 0, 1, 2, 3, 4, 5); // Not sending private info across the 'net. Screw LL.
32 gMACAddress[0], gMACAddress[1], gMACAddress[2], gMACAddress[3], gMACAddress[4], gMACAddress[5]);
33 32
34 // build URL for update check 33 // build URL for update check
35 char url[1000]; 34 char url[1000];