diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llappviewerlinux.cpp | 2 |
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 | } |