diff options
author | Ansariel <none@none> | 2016-07-14 10:28:54 +0200 |
---|---|---|
committer | Ansariel <none@none> | 2016-07-14 10:28:54 +0200 |
commit | d2cf09e7d2fb3eefd4bed4e5341849ee940b9018 (patch) | |
tree | 11911019dc5b6a437be7cde81c4e1489640ce697 /indra | |
parent | f868e29945806fd6cefde65067ae2c870ac112a6 (diff) |
STORM-2133: VOICE-36 prevents proper shutdown of connector
Diffstat (limited to 'indra')
-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 |