diff options
| -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); | 
