diff options
author | Rider Linden <rider@lindenlab.com> | 2020-06-18 12:56:00 -0700 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-06-30 02:38:53 +0300 |
commit | 5f9a18c88f36897df025242921b319a2b84404c4 (patch) | |
tree | f0d0dce772bdc539b1e31af3d94fe2448e9e39dd /indra | |
parent | 9887af162b1a5c4507d89d3f0d1392da7ee52b50 (diff) |
SL-9756: Get session_id/transaction id from aux if session is missing.
Diffstat (limited to 'indra')
-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()); + } } |