summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clientloop.c b/clientloop.c
index 15945a80d..aa8e9bedb 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -481,7 +481,7 @@ process_cmdline(void)
481 int local = 0; 481 int local = 0;
482 482
483 leave_raw_mode(); 483 leave_raw_mode();
484 handler = signal(SIGINT, SIG_IGN); 484 handler = signal(SIGINT, SIG_IGN);
485 cmd = s = read_passphrase("\r\nssh> ", RP_ECHO); 485 cmd = s = read_passphrase("\r\nssh> ", RP_ECHO);
486 if (s == NULL) 486 if (s == NULL)
487 goto out; 487 goto out;