Loading lib/ssh-libssh.c +1 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,7 @@ cleanup: } #define MOVE_TO_ERROR_STATE(_r) { \ state(conn, SSH_SESSION_FREE); \ state(conn, SSH_SESSION_DISCONNECT); \ sshc->actualcode = _r; \ rc = SSH_ERROR; \ break; \ Loading Loading
lib/ssh-libssh.c +1 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,7 @@ cleanup: } #define MOVE_TO_ERROR_STATE(_r) { \ state(conn, SSH_SESSION_FREE); \ state(conn, SSH_SESSION_DISCONNECT); \ sshc->actualcode = _r; \ rc = SSH_ERROR; \ break; \ Loading