diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-12-03 17:37:00 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-12-03 17:37:00 -0500 |
| commit | 32db8988ffab8778de106dc769228089bec8aad1 (patch) | |
| tree | c29018f2067dd514e50ed59456a20bec41628c89 /indra/newview/lllogininstance.cpp | |
| parent | 46a2bbf8dad21364e8f4842d8b6426fbae543167 (diff) | |
| parent | 8e7632552b8541a37cca6ae623140d70f74deaac (diff) | |
merge
Diffstat (limited to 'indra/newview/lllogininstance.cpp')
| -rw-r--r-- | indra/newview/lllogininstance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp index 83a8134580..52ce932241 100644 --- a/indra/newview/lllogininstance.cpp +++ b/indra/newview/lllogininstance.cpp @@ -183,7 +183,7 @@ void LLLoginInstance::constructAuthParams(LLPointer<LLCredential> user_credentia request_params["read_critical"] = false; // handleTOSResponse request_params["last_exec_event"] = mLastExecEvent; request_params["mac"] = hashed_unique_id_string; - request_params["version"] = LLVersionInfo::getVersionAndChannel(); // Includes channel name + request_params["version"] = LLVersionInfo::getChannelAndVersion(); // Includes channel name request_params["channel"] = LLVersionInfo::getChannel(); request_params["id0"] = mSerialNumber; |
