STORM-2133: VOICE-36 prevents proper shutdown of connector
parent
f868e29945
commit
d2cf09e7d2
|
|
@ -190,6 +190,7 @@ Ansariel Hiller
|
|||
STORM-2094
|
||||
MAINT-5756
|
||||
MAINT-4677
|
||||
STORM-2133
|
||||
Aralara Rajal
|
||||
Arare Chantilly
|
||||
CHUIBUG-191
|
||||
|
|
|
|||
|
|
@ -427,7 +427,7 @@ void LLVivoxVoiceClient::connectorCreate()
|
|||
|
||||
void LLVivoxVoiceClient::connectorShutdown()
|
||||
{
|
||||
if(!mConnectorEstablished)
|
||||
if(mConnectorEstablished)
|
||||
{
|
||||
std::ostringstream stream;
|
||||
stream
|
||||
|
|
|
|||
Loading…
Reference in New Issue