Undo add pending connection

pull/448/head
Simon Stürz 2021-08-09 16:28:35 +02:00
parent ad78a13303
commit df42273ed1
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ void SslServer::incomingConnection(qintptr socketDescriptor)
}
if (m_sslEnabled) {
qCDebug(dcTcpServer()) << "Starting SSL encryption";
addPendingConnection(sslSocket);
sslSocket->setSslConfiguration(m_config);
sslSocket->startServerEncryption();
} else {