summaryrefslogtreecommitdiff
path: root/svr-chansession.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-chansession.c')
-rw-r--r--svr-chansession.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/svr-chansession.c b/svr-chansession.c
index b912eaf..dd9ea02 100644
--- a/svr-chansession.c
+++ b/svr-chansession.c
@@ -580,8 +580,6 @@ static int sessionpty(struct ChanSess * chansess) {
/* Read the terminal modes */
get_termmodes(chansess);
- set_sock_priority(ses.sock_out);
-
TRACE(("leave sessionpty"))
return DROPBEAR_SUCCESS;
}
@@ -666,6 +664,7 @@ static int sessioncommand(struct Channel *channel, struct ChanSess *chansess,
if (chansess->term == NULL) {
/* no pty */
+ set_sock_priority(ses.sock_out, DROPBEAR_PRIO_BULK);
ret = noptycommand(channel, chansess);
} else {
/* want pty */