summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2020-09-22 23:31:22 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2020-09-22 23:31:22 +0300
commitfa887f18e1a251fb29b93880cefda463ea2baec4 (patch)
tree4ed4548e29144ecc1e5d60001be34f9630ef67fb /indra/newview/llvoicevivox.cpp
parent825cfc2b6a2711bdf8b4a3360f379d5fa628a421 (diff)
follow-up build fix
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-rw-r--r--indra/newview/llvoicevivox.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp
index 1ff955644c..976ef61d8e 100644
--- a/indra/newview/llvoicevivox.cpp
+++ b/indra/newview/llvoicevivox.cpp
@@ -1111,7 +1111,6 @@ bool LLVivoxVoiceClient::establishVoiceConnection()
timeout *= retries;
LL_INFOS("Voice") << "Retry connection to voice service in " << timeout << " seconds" << LL_ENDL;
llcoro::suspendUntilTimeout(timeout);
- quiting = LLApp::isExiting();
if (mVoiceEnabled) // user may have switched it off
{