mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 16:55:06 +02:00
don't send a login-denied packet when we're still waiting for user's public key.
This commit is contained in:
parent
98f0290565
commit
ac4ecc9907
1 changed files with 1 additions and 3 deletions
|
@ -509,9 +509,7 @@ bool DomainGatekeeper::verifyUserSignature(const QString& username,
|
|||
}
|
||||
} else {
|
||||
if (!senderSockAddr.isNull()) {
|
||||
qDebug() << "Insufficient data to decrypt username signature - denying connection.";
|
||||
sendConnectionDeniedPacket("Insufficient data", senderSockAddr,
|
||||
DomainHandler::ConnectionRefusedReason::LoginError);
|
||||
qDebug() << "Insufficient data to decrypt username signature - delaying connection.";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue