diff options
Diffstat (limited to 'clientloop.c')
-rw-r--r-- | clientloop.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c index fba1b5496..5653cc489 100644 --- a/clientloop.c +++ b/clientloop.c | |||
@@ -1716,8 +1716,10 @@ client_loop(int have_pty, int escape_char_arg, int ssh2_chan_id) | |||
1716 | exit_status = 0; | 1716 | exit_status = 0; |
1717 | } | 1717 | } |
1718 | 1718 | ||
1719 | if (received_signal) | 1719 | if (received_signal) { |
1720 | fatal("Killed by signal %d.", (int) received_signal); | 1720 | debug("Killed by signal %d.", (int) received_signal); |
1721 | cleanup_exit((int) received_signal + 128); | ||
1722 | } | ||
1721 | 1723 | ||
1722 | /* | 1724 | /* |
1723 | * In interactive mode (with pseudo tty) display a message indicating | 1725 | * In interactive mode (with pseudo tty) display a message indicating |