summaryrefslogtreecommitdiffhomepage
path: root/cli-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli-main.c')
-rw-r--r--cli-main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli-main.c b/cli-main.c
index 8c7f2ef..0b4047c 100644
--- a/cli-main.c
+++ b/cli-main.c
@@ -75,9 +75,6 @@ int main(int argc, char ** argv) {
int sock = connect_remote(cli_opts.remotehost, cli_opts.remoteport,
0, &error);
sock_in = sock_out = sock;
- if (cli_opts.wantpty) {
- set_sock_priority(sock, DROPBEAR_PRIO_LOWDELAY);
- }
}
if (sock_in < 0) {