diff options
author | Richard Linden <none@none> | 2010-10-26 12:52:51 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-10-26 12:52:51 -0700 |
commit | 67f73e5a9f124cc9a5426ed9e6d455ba65b030b5 (patch) | |
tree | a16c9a5f9429acaba020e825345ad66f78cb8df5 | |
parent | 85e1a9bf928f493587bb270cb39d9afd7e379a3a (diff) |
EXP-299 FIXED Pass end-user IP and MAC from Gaikai to login.cgi
-rw-r--r-- | indra/newview/lllogininstance.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp index 3def135fb4..05b339e173 100644 --- a/indra/newview/lllogininstance.cpp +++ b/indra/newview/lllogininstance.cpp @@ -183,6 +183,7 @@ void LLLoginInstance::constructAuthParams(LLPointer<LLCredential> user_credentia request_params["version"] = gCurrentVersion; // Includes channel name request_params["channel"] = gSavedSettings.getString("VersionChannelName"); request_params["id0"] = mSerialNumber; + request_params["host_id"] = gSavedSettings.getString("HostID"); mRequestData.clear(); mRequestData["method"] = "login_to_simulator"; |