diff options
author | 2002-06-09 13:32:01 +0000 | |
---|---|---|
committer | 2002-06-09 13:32:01 +0000 | |
commit | 91406bc0d84ee6cb2a1847d6fde2c21f33b5978f (patch) | |
tree | ea6c546dbb659fc4833917fe31e4ca6e20c3fc38 /usr.bin/ssh/clientloop.c | |
parent | reapply patch from jasoni@ for ICMP6_PACKET_TOO_BIG (diff) | |
download | wireguard-openbsd-91406bc0d84ee6cb2a1847d6fde2c21f33b5978f.tar.xz wireguard-openbsd-91406bc0d84ee6cb2a1847d6fde2c21f33b5978f.zip |
use tab not spaces (|unexpand)
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r-- | usr.bin/ssh/clientloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index 15945a80d0b..75d24ace2b4 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/clientloop.c @@ -59,7 +59,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.100 2002/04/22 21:04:52 markus Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.101 2002/06/09 13:32:01 markus Exp $"); #include "ssh.h" #include "ssh1.h" @@ -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; |