X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientauthhandler.cpp;h=7ed231c2f144378d38c3bd15ea8da15a782f44ad;hp=b8a62efab9f62986b572d3d4c6a641a86f74e876;hb=b65b9f7615165e8700a44d59b7275a55558dd45b;hpb=ef13687df76b292f36f330bed44cf9f35ac53632 diff --git a/src/client/clientauthhandler.cpp b/src/client/clientauthhandler.cpp index b8a62efa..7ed231c2 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