STORM-2133: VOICE-36 prevents proper shutdown of connector

master
Ansariel 2016-07-14 10:28:54 +02:00
parent f868e29945
commit d2cf09e7d2
2 changed files with 2 additions and 1 deletions

View File

@ -190,6 +190,7 @@ Ansariel Hiller
STORM-2094
MAINT-5756
MAINT-4677
STORM-2133
Aralara Rajal
Arare Chantilly
CHUIBUG-191

View File

@ -427,7 +427,7 @@ void LLVivoxVoiceClient::connectorCreate()
void LLVivoxVoiceClient::connectorShutdown()
{
if(!mConnectorEstablished)
if(mConnectorEstablished)
{
std::ostringstream stream;
stream