=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.84.2.3 retrieving revision 1.84.2.4 diff -u -r1.84.2.3 -r1.84.2.4 --- src/usr.bin/ssh/clientloop.c 2002/05/17 00:03:23 1.84.2.3 +++ src/usr.bin/ssh/clientloop.c 2002/06/22 07:23:17 1.84.2.4 @@ -59,7 +59,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.84.2.3 2002/05/17 00:03:23 miod Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.84.2.4 2002/06/22 07:23:17 miod Exp $"); #include "ssh.h" #include "ssh1.h" @@ -481,7 +481,7 @@ 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;