From 3d96d00bceed452b696ee767ca5b9c9e1130485e Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Mon, 13 Dec 2021 19:41:29 +0200 Subject: SL-16196 Rolled back to avoid further conflicts with DRTVWR-527 --- indra/newview/llvoicevivox.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra') 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(retryCount)); - retryCount++; LL_WARNS("Voice") << "Provision CAP 404. Retrying in " << timeout << " seconds. Retries: " << (S32)retryCount << LL_ENDL; llcoro::suspendUntilTimeout(timeout); -- cgit v1.2.3