Mercurial > dropbear
diff cli-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 | 4ad38e223ccd |
children | 0bb16232e7c4 |
line wrap: on
line diff
--- a/cli-session.c Fri Aug 08 21:53:47 2014 +0800 +++ b/cli-session.c Wed Aug 13 21:48:47 2014 +0800 @@ -73,6 +73,8 @@ #ifdef ENABLE_CLI_REMOTETCPFWD {SSH_MSG_REQUEST_SUCCESS, cli_recv_msg_request_success}, /* client */ {SSH_MSG_REQUEST_FAILURE, cli_recv_msg_request_failure}, /* client */ +#else + {SSH_MSG_REQUEST_FAILURE, ignore_recv_msg_request_failure}, /* for keepalive */ #endif {0, 0} /* End */ };