diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index 8fa0831f8..b12f77307 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -2572,7 +2572,7 @@ void LLVoiceClient::sessionCreateSendMessage(sessionState *session, bool startAu if(!session->mHash.empty()) { stream - << "" << LLURI::escape(session->mHash, allowed_chars) << "" + << "" << LLURI::escape(session->mHash, allowed_chars) << "" << "SHA1UserName"; }