mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
server: Fixed logging function name.
This commit is contained in:
@@ -480,7 +480,7 @@ int ssh_handle_key_exchange(ssh_session session) {
|
|||||||
* SSH_SESSION_STATE_ERROR
|
* SSH_SESSION_STATE_ERROR
|
||||||
*/
|
*/
|
||||||
ssh_handle_packets(session,-1);
|
ssh_handle_packets(session,-1);
|
||||||
ssh_log(session,SSH_LOG_PACKET, "ssh_accept: Actual state : %d",
|
ssh_log(session,SSH_LOG_PACKET, "ssh_handle_key_exchange: Actual state : %d",
|
||||||
session->session_state);
|
session->session_state);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user