diff options
author | Oz Linden <oz@lindenlab.com> | 2016-07-14 11:35:14 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-07-14 11:35:14 -0400 |
commit | 0db98a6308a0a70e2e2338c327468f1e717f0dec (patch) | |
tree | 9bffddda98b8225b128b5e9963ec6364351ba1ac /indra/newview | |
parent | 00a193e740536bc8dbdc7a4c52ae8d75efba0037 (diff) | |
parent | d2cf09e7d2fb3eefd4bed4e5341849ee940b9018 (diff) |
merge changes for STORM-2133
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llvoicevivox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 07427e0377..189ed54993 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -427,7 +427,7 @@ void LLVivoxVoiceClient::connectorCreate() void LLVivoxVoiceClient::connectorShutdown() { - if(!mConnectorEstablished) + if(mConnectorEstablished) { std::ostringstream stream; stream |