diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-12-13 19:41:29 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-12-13 19:41:29 +0200 |
commit | 3d96d00bceed452b696ee767ca5b9c9e1130485e (patch) | |
tree | dce9b7d13f14364b09e8e130bd9dc42c1a8f7af8 /indra/newview | |
parent | 59ceaf556960cec87edbcf93a00a77f54c0e9a1a (diff) |
SL-16196 Rolled back to avoid further conflicts with DRTVWR-527
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llvoicevivox.cpp | 1 |
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); |