diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-23 22:37:59 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-23 22:37:59 +0300 |
commit | 43809e1c5cddb4c434f6efcfd16b44ac72e6e707 (patch) | |
tree | 609a7f18a71641118669e42bbe93554abe9a6a9b /indra/newview/llimprocessing.cpp | |
parent | 5591515f193a1ae3ec0dfcee4020636e529af859 (diff) |
SL-12180 Crash on requestOfflineMessagesCoro
Diffstat (limited to 'indra/newview/llimprocessing.cpp')
-rw-r--r-- | indra/newview/llimprocessing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimprocessing.cpp b/indra/newview/llimprocessing.cpp index 0294b17991..fa6f959ed0 100644 --- a/indra/newview/llimprocessing.cpp +++ b/indra/newview/llimprocessing.cpp @@ -1552,7 +1552,7 @@ void LLIMProcessing::requestOfflineMessagesCoro(std::string url) std::vector<U8> data; S32 binary_bucket_size = 0; - LLHost sender = gAgent.getRegion()->getHost(); + LLHost sender = gAgent.getRegionHost(); LLSD::array_iterator i = messages.beginArray(); LLSD::array_iterator iEnd = messages.endArray(); |