[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.359 and 1.360

version 1.359, 2011/05/06 21:34:32 version 1.360, 2011/05/06 21:38:58
Line 1367 
Line 1367 
                 otty_flag = tty_flag;                  otty_flag = tty_flag;
                 stdin_null_flag = 1;                  stdin_null_flag = 1;
                 no_shell_flag = 1;                  no_shell_flag = 1;
                 options.request_tty == REQUEST_TTY_NO;  
                 tty_flag = 0;                  tty_flag = 0;
                 if (!fork_after_authentication_flag)                  if (!fork_after_authentication_flag)
                         need_controlpersist_detach = 1;                          need_controlpersist_detach = 1;

Legend:
Removed from v.1.359  
changed lines
  Added in v.1.360