From 5f9a18c88f36897df025242921b319a2b84404c4 Mon Sep 17 00:00:00 2001
From: Rider Linden <rider@lindenlab.com>
Date: Thu, 18 Jun 2020 12:56:00 -0700
Subject: SL-9756: Get session_id/transaction id from aux if session is
 missing.

---
 indra/newview/llimprocessing.cpp | 1 +
 1 file changed, 1 insertion(+)

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());
+
     }
 }
 
-- 
cgit v1.2.3