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

Diff for /src/usr.bin/ssh/misc.c between version 1.161 and 1.162

version 1.161, 2021/02/15 20:36:35 version 1.162, 2021/02/28 01:50:47
Line 2503 
Line 2503 
                                 child_set_env(&env, &nenv, "LANG", cp);                                  child_set_env(&env, &nenv, "LANG", cp);
                 }                  }
   
                 for (i = 0; i < NSIG; i++)                  for (i = 1; i < NSIG; i++)
                         ssh_signal(i, SIG_DFL);                          ssh_signal(i, SIG_DFL);
   
                 if ((devnull = open(_PATH_DEVNULL, O_RDWR)) == -1) {                  if ((devnull = open(_PATH_DEVNULL, O_RDWR)) == -1) {

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.162