diff options
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -965,7 +965,7 @@ main(int ac, char **av) | |||
965 | /* Do not allocate a tty if stdin is not a tty. */ | 965 | /* Do not allocate a tty if stdin is not a tty. */ |
966 | if ((!isatty(fileno(stdin)) || stdin_null_flag) && | 966 | if ((!isatty(fileno(stdin)) || stdin_null_flag) && |
967 | options.request_tty != REQUEST_TTY_FORCE) { | 967 | options.request_tty != REQUEST_TTY_FORCE) { |
968 | if (tty_flag) | 968 | if (tty_flag && options.log_level != SYSLOG_LEVEL_QUIET) |
969 | logit("Pseudo-terminal will not be allocated because " | 969 | logit("Pseudo-terminal will not be allocated because " |
970 | "stdin is not a terminal."); | 970 | "stdin is not a terminal."); |
971 | tty_flag = 0; | 971 | tty_flag = 0; |