This commit is contained in:
BenDroid 2018-04-14 23:50:51 +02:00
parent 3e4f553aef
commit bde933d226

View file

@ -322,8 +322,7 @@ void Client::close()
{
LOG_DEBUG("close");
if (m_connection && m_connection) {
LOG_DEBUG("disconnecting");
if (m_connection) {
m_connection->disconnect();
}