Undo add pending connection
This commit is contained in:
parent
ad78a13303
commit
df42273ed1
@ -232,7 +232,6 @@ void SslServer::incomingConnection(qintptr socketDescriptor)
|
|||||||
}
|
}
|
||||||
if (m_sslEnabled) {
|
if (m_sslEnabled) {
|
||||||
qCDebug(dcTcpServer()) << "Starting SSL encryption";
|
qCDebug(dcTcpServer()) << "Starting SSL encryption";
|
||||||
addPendingConnection(sslSocket);
|
|
||||||
sslSocket->setSslConfiguration(m_config);
|
sslSocket->setSslConfiguration(m_config);
|
||||||
sslSocket->startServerEncryption();
|
sslSocket->startServerEncryption();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user