From e77f33f8de63d2de2738f2e9af9cb797adc115c9 Mon Sep 17 00:00:00 2001 From: Aura Linden Date: Wed, 20 Aug 2014 14:04:53 -0700 Subject: Windows only. --- indra/newview/llvoicevivox.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra') diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 642c6c1f76..0387b18673 100755 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -379,6 +379,7 @@ void LLVivoxVoiceClient::terminate() { logout(); connectorShutdown(); +#ifdef LL_WINDOWS int count=0; while (!mShutdownComplete && 10 > count++) { @@ -386,6 +387,7 @@ void LLVivoxVoiceClient::terminate() _sleep(1000); } +#endif closeSocket(); // Need to do this now -- bad things happen if the destructor does it later. cleanUp(); } -- cgit v1.2.3