mirror of https://github.com/nymea/nymea.git
Undo add pending connection
parent
ad78a13303
commit
df42273ed1
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue