mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
upstream: a little debugging in the main mux process for status
confirmation failures in multiplexed sessions OpenBSD-Commit-ID: 6e27b87c95176107597035424e1439c3232bcb49
This commit is contained in:
parent
e65cf00da6
commit
f068930635
@ -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@cs.hut.fi>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
@ -696,6 +696,8 @@ client_status_confirm(struct ssh *ssh, int type, Channel *c, void *ctx)
|
|||||||
* their stderr.
|
* their stderr.
|
||||||
*/
|
*/
|
||||||
if (tochan) {
|
if (tochan) {
|
||||||
|
debug3_f("channel %d: mux request: %s", c->self,
|
||||||
|
cr->request_type);
|
||||||
if ((r = sshbuf_put(c->extended, errmsg,
|
if ((r = sshbuf_put(c->extended, errmsg,
|
||||||
strlen(errmsg))) != 0)
|
strlen(errmsg))) != 0)
|
||||||
fatal_fr(r, "sshbuf_put");
|
fatal_fr(r, "sshbuf_put");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user