summaryrefslogtreecommitdiffhomepage
path: root/cli-chansession.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli-chansession.c')
-rw-r--r--cli-chansession.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli-chansession.c b/cli-chansession.c
index ed80453..6d610d4 100644
--- a/cli-chansession.c
+++ b/cli-chansession.c
@@ -369,6 +369,7 @@ static int cli_initchansess(struct Channel *channel) {
if (cli_opts.wantpty) {
send_chansess_pty_req(channel);
+ set_sock_priority(ses.sock_out);
}
send_chansess_shell_req(channel);