aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewerlinux.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/llappviewerlinux.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 '')
-rw-r--r--linden/indra/newview/llappviewerlinux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewerlinux.cpp b/linden/indra/newview/llappviewerlinux.cpp
index 88ddf7e..eb713b8 100644
--- a/linden/indra/newview/llappviewerlinux.cpp
+++ b/linden/indra/newview/llappviewerlinux.cpp
@@ -741,7 +741,7 @@ std::string LLAppViewerLinux::generateSerialNumber()
741 char serial_md5[MD5HEX_STR_SIZE]; 741 char serial_md5[MD5HEX_STR_SIZE];
742 serial_md5[0] = 0; 742 serial_md5[0] = 0;
743 743
744 // TODO 744 // Don't do anything, serious privacy breach to leak internal identifying numbers out to the 'net.
745 745
746 return serial_md5; 746 return serial_md5;
747} 747}