[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.554 and 1.555

version 1.554, 2021/05/14 03:09:48 version 1.555, 2021/05/14 05:20:32
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 && !no_shell_flag)                  if (!fork_after_authentication_flag && !ono_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.554  
changed lines
  Added in v.1.555