summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2021-12-13 19:41:29 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2021-12-13 19:41:29 +0200
commit3d96d00bceed452b696ee767ca5b9c9e1130485e (patch)
treedce9b7d13f14364b09e8e130bd9dc42c1a8f7af8 /indra
parent59ceaf556960cec87edbcf93a00a77f54c0e9a1a (diff)
SL-16196 Rolled back to avoid further conflicts with DRTVWR-527
Diffstat (limited to 'indra')
-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 e312a922ac..c7a544f8eb 100644
--- a/indra/newview/llvoicevivox.cpp
+++ b/indra/newview/llvoicevivox.cpp
@@ -1142,7 +1142,6 @@ bool LLVivoxVoiceClient::provisionVoiceAccount()
if (status == LLCore::HttpStatus(404))
{
F32 timeout = pow(PROVISION_RETRY_TIMEOUT, static_cast<float>(retryCount));
- retryCount++;
LL_WARNS("Voice") << "Provision CAP 404. Retrying in " << timeout << " seconds. Retries: " << (S32)retryCount << LL_ENDL;
llcoro::suspendUntilTimeout(timeout);