[openssh-commits] [openssh] 02/07: upstream: reversed test yielded incorrect debug message
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Oct 9 11:59:59 AEDT 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch V_8_1
in repository openssh.
commit e827aedf8818e75c0016b47ed8fc231427457c43
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Oct 7 23:10:38 2019 +0000
upstream: reversed test yielded incorrect debug message
OpenBSD-Commit-ID: 78bb512d04cfc238adb2c5b7504ac93eecf523b3
---
monitor.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/monitor.c b/monitor.c
index 5076a74f..00af44f9 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: monitor.c,v 1.198 2019/06/28 13:35:04 deraadt Exp $ */
+/* $OpenBSD: monitor.c,v 1.199 2019/10/07 23:10:38 djm Exp $ */
/*
* Copyright 2002 Niels Provos <provos at citi.umich.edu>
* Copyright 2002 Markus Friedl <markus at openbsd.org>
@@ -692,7 +692,7 @@ mm_answer_sign(struct ssh *ssh, int sock, struct sshbuf *m)
fatal("%s: no hostkey from index %d", __func__, keyid);
debug3("%s: %s signature %p(%zu)", __func__,
- is_proof ? "KEX" : "hostkey proof", signature, siglen);
+ is_proof ? "hostkey proof" : "KEX", signature, siglen);
sshbuf_reset(m);
if ((r = sshbuf_put_string(m, signature, siglen)) != 0)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list