aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/hippoupdate.cpp
diff options
context:
space:
mode:
authorDavid Seikel2011-03-03 21:50:24 +1000
committerDavid Seikel2011-03-03 21:50:24 +1000
commitec5012c0a76a606c43e5f9fcf4a959251a503f6d (patch)
treee8a3192b093a042a0b27ea154886453c00f06364 /linden/indra/newview/hippoupdate.cpp
parentOne half of a crude attempt at providing IRC support. (diff)
downloadmeta-impy-ec5012c0a76a606c43e5f9fcf4a959251a503f6d.zip
meta-impy-ec5012c0a76a606c43e5f9fcf4a959251a503f6d.tar.gz
meta-impy-ec5012c0a76a606c43e5f9fcf4a959251a503f6d.tar.bz2
meta-impy-ec5012c0a76a606c43e5f9fcf4a959251a503f6d.tar.xz
Privacy issue - Don't send private data across the 'net.
Yes, this makes the meta-impy viewer non compliant with LL's TPVP, we don't care this is a viewer for the meta grid. We care about privacy. We have our own effective methods of implementing bans.
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..2ebcb48 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 acress 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];