[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.553 and 1.554

version 1.553, 2021/04/03 05:40:39 version 1.554, 2021/05/14 03:09:48
Line 2126 
Line 2126 
                 stdin_null_flag = 1;                  stdin_null_flag = 1;
                 no_shell_flag = 1;                  no_shell_flag = 1;
                 tty_flag = 0;                  tty_flag = 0;
                 if (!fork_after_authentication_flag)                  if (!fork_after_authentication_flag && !no_shell_flag)
                         need_controlpersist_detach = 1;                          need_controlpersist_detach = 1;
                 fork_after_authentication_flag = 1;                  fork_after_authentication_flag = 1;
         }          }

Legend:
Removed from v.1.553  
changed lines
  Added in v.1.554