X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.cpp;h=798f27c8caa064860672ab9cb782bffb8f27f6e8;hp=3fd0a1a70431242c5f8c5b998ad657642ef87c53;hb=e53fc69a91553b57932ba599b39999d550114588;hpb=bb6f47baf3c9fe605db67de9ff6ca5b3f50d02e3 diff --git a/src/core/corenetwork.cpp b/src/core/corenetwork.cpp index 3fd0a1a7..798f27c8 100644 --- a/src/core/corenetwork.cpp +++ b/src/core/corenetwork.cpp @@ -185,7 +185,6 @@ void CoreNetwork::connectToIrc(bool reconnecting) enablePingTimeout(); #ifdef HAVE_SSL - socket.setProtocol((QSsl::SslProtocol)server.sslVersion); if (server.useSsl) { CoreIdentity *identity = identityPtr(); if (identity) {