forked from qt-creator/qt-creator
SSH: Fix typo.
This commit is contained in:
@@ -394,7 +394,7 @@ void SshConnectionPrivate::handleKeyExchangeInitPacket()
|
||||
}
|
||||
|
||||
// If the server sends a guessed packet, the guess must be wrong,
|
||||
// because the algorithms we support requires us to initiate the
|
||||
// because the algorithms we support require us to initiate the
|
||||
// key exchange.
|
||||
if (m_keyExchange->sendDhInitPacket(m_incomingPacket)) {
|
||||
m_ignoreNextPacket = true;
|
||||
|
||||
Reference in New Issue
Block a user