X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientauthhandler.cpp;h=15652dd4f7c7356b67bf2e859afaa35757777758;hp=d5112d161b67dcff749c27c4c139af8ca13e1271;hb=b8b4c167d2da415f756e05e269a575595d04d6c7;hpb=9c5fd60f6264898a7c0287e3f7d47e181ef39f84 diff --git a/src/client/clientauthhandler.cpp b/src/client/clientauthhandler.cpp index d5112d16..15652dd4 100644 --- a/src/client/clientauthhandler.cpp +++ b/src/client/clientauthhandler.cpp @@ -169,6 +169,7 @@ void ClientAuthHandler::onSocketConnected() _probing = true; QDataStream stream(socket()); // stream handles the endianness for us + stream.setVersion(QDataStream::Qt_4_2); quint32 magic = Protocol::magic; #ifdef HAVE_SSL