From 4401869685f0845f4813f10c9e1949692d79d86f Mon Sep 17 00:00:00 2001
From: andreykproductengine <andreykproductengine@lindenlab.com>
Date: Wed, 26 Jun 2019 22:09:51 +0300
Subject: [PATCH] SL-11454 Missed variable

---
 indra/newview/llviewermessage.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index 55be6bdb7d6..a68e941c0cf 100644
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -1719,7 +1719,7 @@ void LLOfferInfo::sendReceiveResponse(const LLUUID &destination_folder_id)
 		im = IM_GROUP_NOTICE;
 	}
 
-	msg->addU8Fast(_PREHASH_Dialog, (U8)(mIM + 1));
+	msg->addU8Fast(_PREHASH_Dialog, (U8)(im + 1));
 	msg->addBinaryDataFast(_PREHASH_BinaryBucket, &(destination_folder_id.mData),
 						   sizeof(destination_folder_id.mData));
 	// send the message
-- 
GitLab