diff options
-rw-r--r-- | cli-auth.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -169,6 +169,8 @@ void recv_msg_userauth_failure() { } } + m_free(methods); + cli_ses.state = USERAUTH_FAIL_RCVD; TRACE(("leave recv_msg_userauth_failure")); |
![]() |
index : dropbear | |
Smallish SSH server and client |
summaryrefslogtreecommitdiffhomepage |
-rw-r--r-- | cli-auth.c | 2 |
@@ -169,6 +169,8 @@ void recv_msg_userauth_failure() { } } + m_free(methods); + cli_ses.state = USERAUTH_FAIL_RCVD; TRACE(("leave recv_msg_userauth_failure")); |