]> andersk Git - gssapi-openssh.git/blobdiff - openssh/fatal.c
Import of OpenSSH 3.8p1
[gssapi-openssh.git] / openssh / fatal.c
index 9e7d1600073f341fd1dcf903f56dc6f81b00baeb..ae1aaac6edd0c6b491f6f8bd708fc99c776c08b1 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: fatal.c,v 1.1 2002/02/22 12:20:34 markus Exp $");
+RCSID("$OpenBSD: fatal.c,v 1.2 2003/09/23 20:17:11 markus Exp $");
 
 #include "log.h"
 
@@ -36,5 +36,5 @@ fatal(const char *fmt,...)
        va_start(args, fmt);
        do_log(SYSLOG_LEVEL_FATAL, fmt, args);
        va_end(args);
-       fatal_cleanup();
+       cleanup_exit(255);
 }
This page took 0.03581 seconds and 4 git commands to generate.