=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/fatal.c,v retrieving revision 1.1.2.1 retrieving revision 1.2 diff -u -r1.1.2.1 -r1.2 --- src/usr.bin/ssh/fatal.c 2002/03/07 17:37:46 1.1.2.1 +++ src/usr.bin/ssh/fatal.c 2003/09/23 20:17:11 1.2 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: fatal.c,v 1.1.2.1 2002/03/07 17:37:46 jason Exp $"); +RCSID("$OpenBSD: fatal.c,v 1.2 2003/09/23 20:17:11 markus Exp $"); #include "log.h" @@ -36,5 +36,5 @@ va_start(args, fmt); do_log(SYSLOG_LEVEL_FATAL, fmt, args); va_end(args); - fatal_cleanup(); + cleanup_exit(255); }