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

Diff for /src/usr.bin/ssh/readconf.c between version 1.306 and 1.307

version 1.306, 2019/06/12 11:31:50 version 1.307, 2019/06/28 13:35:04
Line 503 
Line 503 
                 _exit(1);                  _exit(1);
         }          }
         /* Parent. */          /* Parent. */
         if (pid < 0)          if (pid == -1)
                 fatal("%s: fork: %.100s", __func__, strerror(errno));                  fatal("%s: fork: %.100s", __func__, strerror(errno));
   
         close(devnull);          close(devnull);

Legend:
Removed from v.1.306  
changed lines
  Added in v.1.307