diff options
Diffstat (limited to 'clientloop.c')
-rw-r--r-- | clientloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clientloop.c b/clientloop.c index 15945a80..aa8e9bed 100644 --- a/clientloop.c +++ b/clientloop.c @@ -481,7 +481,7 @@ process_cmdline(void) int local = 0; leave_raw_mode(); - handler = signal(SIGINT, SIG_IGN); + handler = signal(SIGINT, SIG_IGN); cmd = s = read_passphrase("\r\nssh> ", RP_ECHO); if (s == NULL) goto out; |