Module Name:    src
Committed By:   christos
Date:           Thu Dec  1 22:57:37 UTC 2022

Modified Files:
        src/crypto/external/bsd/openssh/dist: log.c

Log Message:
Correct lost change in the merge (Anthony Mallet)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/crypto/external/bsd/openssh/dist/log.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssh/dist/log.c
diff -u src/crypto/external/bsd/openssh/dist/log.c:1.25 src/crypto/external/bsd/openssh/dist/log.c:1.26
--- src/crypto/external/bsd/openssh/dist/log.c:1.25	Mon Sep 27 13:03:13 2021
+++ src/crypto/external/bsd/openssh/dist/log.c	Thu Dec  1 17:57:37 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: log.c,v 1.25 2021/09/27 17:03:13 christos Exp $	*/
+/*	$NetBSD: log.c,v 1.26 2022/12/01 22:57:37 christos Exp $	*/
 /* $OpenBSD: log.c,v 1.60 2021/09/16 15:11:19 djm Exp $ */
 
 /*
@@ -37,7 +37,7 @@
  */
 
 #include "includes.h"
-__RCSID("$NetBSD: log.c,v 1.25 2021/09/27 17:03:13 christos Exp $");
+__RCSID("$NetBSD: log.c,v 1.26 2022/12/01 22:57:37 christos Exp $");
 #include <sys/types.h>
 #include <sys/uio.h>
 
@@ -423,7 +423,7 @@ sshlogdie(const char *file, const char *
 	sshlogv(file, func, line, showfunc, SYSLOG_LEVEL_INFO,
 	    suffix, fmt, args);
 	va_end(args);
-	cleanup_exit(255);
+	cleanup_exit(254);
 }
 
 void

Reply via email to