X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fprotocols%2Flegacy%2Flegacypeer.cpp;h=49c77fddf9b2fcfa66e8b5afb9194cc29fb4364b;hp=da6c3a71fcd426243575dea4437a8a57edd29cfb;hb=249a178a775bce425a83aefd7c7c39a868ebfe98;hpb=9ad83fb2c64caf43b3f565cc79def6d43d30a5c1 diff --git a/src/common/protocols/legacy/legacypeer.cpp b/src/common/protocols/legacy/legacypeer.cpp index da6c3a71..49c77fdd 100644 --- a/src/common/protocols/legacy/legacypeer.cpp +++ b/src/common/protocols/legacy/legacypeer.cpp @@ -32,7 +32,7 @@ const uint clientNeedsProtocol = protocolVersion; using namespace Protocol; LegacyPeer::LegacyPeer(::AuthHandler *authHandler, QTcpSocket *socket, QObject *parent) - : RemotePeer(authHandler, socket, parent), + : RemotePeer(authHandler, socket, Compressor::NoCompression, parent), _useCompression(false) {