Cleanup
This commit is contained in:
parent
3e4f553aef
commit
bde933d226
1 changed files with 1 additions and 2 deletions
|
@ -322,8 +322,7 @@ void Client::close()
|
|||
{
|
||||
LOG_DEBUG("close");
|
||||
|
||||
if (m_connection && m_connection) {
|
||||
LOG_DEBUG("disconnecting");
|
||||
if (m_connection) {
|
||||
m_connection->disconnect();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue