diff options
Diffstat (limited to 'clientloop.c')
-rw-r--r-- | clientloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c index 7bcf22e38..4801f4a77 100644 --- a/clientloop.c +++ b/clientloop.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: clientloop.c,v 1.311 2018/02/11 21:16:56 dtucker Exp $ */ | 1 | /* $OpenBSD: clientloop.c,v 1.312 2018/04/10 00:10:49 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -664,7 +664,7 @@ client_status_confirm(struct ssh *ssh, int type, Channel *c, void *ctx) | |||
664 | options.request_tty == REQUEST_TTY_YES)) | 664 | options.request_tty == REQUEST_TTY_YES)) |
665 | cr->action = CONFIRM_CLOSE; | 665 | cr->action = CONFIRM_CLOSE; |
666 | 666 | ||
667 | /* XXX supress on mux _client_ quietmode */ | 667 | /* XXX suppress on mux _client_ quietmode */ |
668 | tochan = options.log_level >= SYSLOG_LEVEL_ERROR && | 668 | tochan = options.log_level >= SYSLOG_LEVEL_ERROR && |
669 | c->ctl_chan != -1 && c->extended_usage == CHAN_EXTENDED_WRITE; | 669 | c->ctl_chan != -1 && c->extended_usage == CHAN_EXTENDED_WRITE; |
670 | 670 | ||