diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-05-13 18:40:00 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-05-13 18:40:00 -0700 |
commit | 57b99aec74783c323738bd5a130c82c8dbf379c2 (patch) | |
tree | e6f87f4e5e9de3a6ebafc5020daae8214c608a19 /indra/newview/llvoicevivox.cpp | |
parent | 39d24e90b983a48335055ed00c7614c0ac0d4d20 (diff) |
Don't overwrite voice channel's credentials when retrieving the channel.
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-rw-r--r-- | indra/newview/llvoicevivox.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 6bbb2f24a6..fe9df190c1 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -6363,7 +6363,8 @@ void LLVivoxVoiceClient::predAvatarNameResolution(const LLVivoxVoiceClient::sess session->mCallerID, session->mName, IM_SESSION_P2P_INVITE, - LLIMMgr::INVITATION_TYPE_VOICE); + LLIMMgr::INVITATION_TYPE_VOICE, + session->getVoiceChannelInfo()); } } } |