summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clientloop.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c
index 156a196dc..45cef8829 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1707,8 +1707,10 @@ client_loop(int have_pty, int escape_char_arg, int ssh2_chan_id)
1707 exit_status = 0; 1707 exit_status = 0;
1708 } 1708 }
1709 1709
1710 if (received_signal) 1710 if (received_signal) {
1711 fatal("Killed by signal %d.", (int) received_signal); 1711 debug("Killed by signal %d.", (int) received_signal);
1712 cleanup_exit((int) received_signal + 128);
1713 }
1712 1714
1713 /* 1715 /*
1714 * In interactive mode (with pseudo tty) display a message indicating 1716 * In interactive mode (with pseudo tty) display a message indicating