diff options
| author | Rider Linden <rider@lindenlab.com> | 2020-06-18 12:56:00 -0700 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-06-30 19:07:45 +0300 | 
| commit | 34be4fab98e799ebcc34db4174022f290a82e389 (patch) | |
| tree | 003a5996e7ac428cd6b7378a945090cc66627044 | |
| parent | ef2e575c0acf11346669b41cc688f07777cc2657 (diff) | |
SL-9756: Get session_id/transaction id from aux if session is missing.
| -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()); +      }  } | 
