You need to sign in or sign up before continuing.
Commit beedc7c4 authored by Stas Korobeynikov's avatar Stas Korobeynikov Committed by Pavel Vainerman

fix name new tty flag

parent 049fe8e4
...@@ -1221,7 +1221,7 @@ main(int ac, char **av) ...@@ -1221,7 +1221,7 @@ main(int ac, char **av)
logit("NX> 285 Setting the preferred NX options"); logit("NX> 285 Setting the preferred NX options");
tty_flag = 0; tty_flag = 0;
no_tty_flag = 1; options.request_tty = REQUEST_TTY_NO;
options.escape_char = SSH_ESCAPECHAR_NONE; options.escape_char = SSH_ESCAPECHAR_NONE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment