diff options
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llvoicevivox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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(); } |