Mercurial > dropbear
diff common-session.c @ 968:f7f6c15b0ec3
Don't send SSH_MSG_UNIMPLEMENTED for keepalive responses
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 13 Aug 2014 21:48:47 +0800 |
parents | 5daedffd0769 |
children | 0bb16232e7c4 |
line wrap: on
line diff
--- a/common-session.c Fri Aug 08 21:53:47 2014 +0800 +++ b/common-session.c Wed Aug 13 21:48:47 2014 +0800 @@ -394,6 +394,11 @@ return pos+1; } +void ignore_recv_msg_request_failure() { + // Do nothing + TRACE(("Ignored msg_request_failure")) +} + static void send_msg_keepalive() { CHECKCLEARTOWRITE(); time_t old_time_idle = ses.last_packet_time_idle;