diff options
| author | Rider Linden <rider@lindenlab.com> | 2020-06-18 12:56:00 -0700 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-06-30 23:13:04 +0300 | 
| commit | f8e53adce7c089abe9a50c353d14f7a548ce3f95 (patch) | |
| tree | b02ca4e2624d92fdb1e8b61e2d6f6dbdb29296c8 /indra/newview | |
| parent | c8b7466c1999cc834b90c9aed76d8548b66032c6 (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()); +      }  } | 
