diff options
| author | Erik Kundiman <erik@megapahit.org> | 2025-03-07 16:44:21 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2025-03-07 16:44:21 +0800 |
| commit | 266e96605781960799dc5388cc1ac168432ff106 (patch) | |
| tree | 5f46ae7d39a8a954ea9f79dc7216cad6aca2ee6a /indra/newview/lllogininstance.cpp | |
| parent | 530ff898b00d1759ab4abb32dcf9767960ce7170 (diff) | |
| parent | bf949ce004c25917aabddd1cd24be812713e4602 (diff) | |
Merge branch '2024.12-ForeverFPS'
Diffstat (limited to 'indra/newview/lllogininstance.cpp')
| -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 ad04c11cc6..cbc3744aa3 100644 --- a/indra/newview/lllogininstance.cpp +++ b/indra/newview/lllogininstance.cpp @@ -212,6 +212,7 @@ void LLLoginInstance::constructAuthParams(LLPointer<LLCredential> user_credentia request_params["read_critical"] = false; // handleTOSResponse request_params["last_exec_event"] = mLastExecEvent; request_params["last_exec_duration"] = mLastExecDuration; + request_params["last_exec_session_id"] = mLastAgentSessionId.asString(); request_params["mac"] = (char*)hashed_unique_id_string; request_params["version"] = LLVersionInfo::instance().getVersion(); request_params["channel"] = LLVersionInfo::instance().getChannel(); |
