X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientsyncer.cpp;h=64d909fa55bf8b61efb888d02cd041c2a0a3c114;hp=c73d3590a9d3cd84151c8246db3070b6e2e6f255;hb=dc2aa39d20b60e7cd8e0ba66ca6c9ed729add008;hpb=0ccf33bdae81a1e2f66221e5afc7c6e5a6f1dc3a diff --git a/src/client/clientsyncer.cpp b/src/client/clientsyncer.cpp index c73d3590..64d909fa 100644 --- a/src/client/clientsyncer.cpp +++ b/src/client/clientsyncer.cpp @@ -91,8 +91,6 @@ void ClientSyncer::coreSocketError(QAbstractSocket::SocketError) { } void ClientSyncer::disconnectFromCore() { - if(_socket) - _socket->close(); resetConnection(); }