[BACK]Return to ssh.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.c between version 1.335 and 1.336

version 1.335, 2010/02/26 20:29:54 version 1.336, 2010/04/10 00:00:16
Line 607 
Line 607 
                 tty_flag = 1;                  tty_flag = 1;
   
         /* Force no tty */          /* Force no tty */
         if (no_tty_flag)          if (no_tty_flag || muxclient_command != 0)
                 tty_flag = 0;                  tty_flag = 0;
         /* Do not allocate a tty if stdin is not a tty. */          /* Do not allocate a tty if stdin is not a tty. */
         if ((!isatty(fileno(stdin)) || stdin_null_flag) && !force_tty_flag) {          if ((!isatty(fileno(stdin)) || stdin_null_flag) && !force_tty_flag) {

Legend:
Removed from v.1.335  
changed lines
  Added in v.1.336