From df331ef3c397fdcff3f3674870c4980eaffaada6 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Thu, 9 Mar 2017 18:32:45 -0500 Subject: disambiguate LLSD type for retry value --- indra/newview/llvoicevivox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index b33aa73df9..5b064e74f6 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -969,7 +969,7 @@ bool LLVivoxVoiceClient::establishVoiceConnection() { if (result.has("retry") && ++retries <= CONNECT_RETRY_MAX) { - F32 timeout = result["retry"]; + F32 timeout = LLSD::Real(result["retry"]); timeout *= retries; LL_INFOS("Voice") << "Retry Connection.Create in " << timeout << " seconds" << LL_ENDL; llcoro::suspendUntilTimeout(timeout); -- cgit v1.2.3