summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llvoicewebrtc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvoicewebrtc.cpp b/indra/newview/llvoicewebrtc.cpp
index d8994b4b77..f3ab52736e 100644
--- a/indra/newview/llvoicewebrtc.cpp
+++ b/indra/newview/llvoicewebrtc.cpp
@@ -2177,7 +2177,7 @@ void LLVoiceWebRTCConnection::processIceUpdatesCoro()
return;
}
- bool iceCompleted = false;
+ //bool iceCompleted = false;
LLSD body;
if (!mIceCandidates.empty() || mIceCompleted)
{
@@ -2216,7 +2216,7 @@ void LLVoiceWebRTCConnection::processIceUpdatesCoro()
LLSD body_candidate;
body_candidate["completed"] = true;
body["candidate"] = body_candidate;
- iceCompleted = mIceCompleted;
+ //iceCompleted = mIceCompleted;
mIceCompleted = false;
}