Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist Correct lost change in the ...



details:   https://anonhg.NetBSD.org/src/rev/fe6c05f0a2ea
branches:  trunk
changeset: 372492:fe6c05f0a2ea
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Dec 01 22:57:37 2022 +0000

description:
Correct lost change in the merge (Anthony Mallet)

diffstat:

 crypto/external/bsd/openssh/dist/log.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4386698f5c6e -r fe6c05f0a2ea crypto/external/bsd/openssh/dist/log.c
--- a/crypto/external/bsd/openssh/dist/log.c    Thu Dec 01 18:06:09 2022 +0000
+++ b/crypto/external/bsd/openssh/dist/log.c    Thu Dec 01 22:57:37 2022 +0000
@@ -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 @@
        sshlogv(file, func, line, showfunc, SYSLOG_LEVEL_INFO,
            suffix, fmt, args);
        va_end(args);
-       cleanup_exit(255);
+       cleanup_exit(254);
 }
 
 void



Home | Main Index | Thread Index | Old Index