Don't send SSH_MSG_UNIMPLEMENTED for keepalive responses

This commit is contained in:
Matt Johnston
2014-08-13 21:48:47 +08:00
parent bfb2b30de6
commit 10eb218fb0
4 changed files with 9 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ void session_loop(void(*loophandler)());
void session_cleanup();
void send_session_identification();
void send_msg_ignore();
void ignore_recv_msg_request_failure();
void update_channel_prio();