mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
server: Fix typo in dh_handshake_server().
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
05d8421290
commit
a0d894dd2a
@@ -186,7 +186,7 @@ static int dh_handshake_server(ssh_session session) {
|
|||||||
default:
|
default:
|
||||||
ssh_set_error(session,
|
ssh_set_error(session,
|
||||||
SSH_FATAL,
|
SSH_FATAL,
|
||||||
"Could determine the specified hostkey");
|
"Could not determine the specified hostkey");
|
||||||
ssh_string_free(f);
|
ssh_string_free(f);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user