Skip to content

Commit 23dab56

Browse files
authored
Update session_server_ssh.c
Sorry this was not intended to return anything. It has been fixed.
1 parent 3bc2f58 commit 23dab56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/session_server_ssh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ nc_sshcb_auth_kbdint(struct nc_session *session, ssh_message msg)
831831
} else {
832832
if (ssh_userauth_kbdint_getnanswers(session->ti.libssh.session) != 1) {// failed session
833833
ssh_message_reply_default(msg);
834-
return auth_ret;
834+
return;
835835
}
836836
// Check the authentication type
837837
if (server_opts.interactive_auth_clb)

0 commit comments

Comments
 (0)