[openssh-commits] [openssh] 02/02: upstream: a little debugging in the main mux process for status
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Apr 30 14:32:26 AEST 2021
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit f06893063597c5bb9d9e93f851c4070e77d2fba9
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Apr 30 04:29:53 2021 +0000
upstream: a little debugging in the main mux process for status
confirmation failures in multiplexed sessions
OpenBSD-Commit-ID: 6e27b87c95176107597035424e1439c3232bcb49
---
clientloop.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/clientloop.c b/clientloop.c
index cb3ff864..7c91104f 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.c,v 1.359 2021/03/19 02:22:34 djm Exp $ */
+/* $OpenBSD: clientloop.c,v 1.360 2021/04/30 04:29:53 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -696,6 +696,8 @@ client_status_confirm(struct ssh *ssh, int type, Channel *c, void *ctx)
* their stderr.
*/
if (tochan) {
+ debug3_f("channel %d: mux request: %s", c->self,
+ cr->request_type);
if ((r = sshbuf_put(c->extended, errmsg,
strlen(errmsg))) != 0)
fatal_fr(r, "sshbuf_put");
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list