diff options
author | Rider Linden <rider@lindenlab.com> | 2020-06-18 12:56:00 -0700 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-06-25 01:03:22 +0300 |
commit | f5639e15d6596f9310fd31eb52277ff4832194f5 (patch) | |
tree | 2e424a4e6ede5a965ed3f5f1bfea03a0f451b15f /indra/newview | |
parent | 4d94484ec52b6b7c15ec6c85a7ed71f546420cff (diff) |
SL-9756: Get session_id/transaction id from aux if session is missing.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llimprocessing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimprocessing.cpp b/indra/newview/llimprocessing.cpp index 60f1de4e8c..c274267b21 100644 --- a/indra/newview/llimprocessing.cpp +++ b/indra/newview/llimprocessing.cpp @@ -1628,6 +1628,7 @@ void LLIMProcessing::requestOfflineMessagesCoro(std::string url) bin_bucket.size(), sender, message_data["asset_id"].asUUID()); + } } |