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

Diff for /src/usr.bin/ssh/auth.c between version 1.151 and 1.152

version 1.151, 2020/12/22 00:12:22 version 1.152, 2021/04/03 06:18:40
Line 424 
Line 424 
         if ((fd = open(file, O_RDONLY|O_NONBLOCK)) == -1) {          if ((fd = open(file, O_RDONLY|O_NONBLOCK)) == -1) {
                 if (log_missing || errno != ENOENT)                  if (log_missing || errno != ENOENT)
                         debug("Could not open %s '%s': %s", file_type, file,                          debug("Could not open %s '%s': %s", file_type, file,
                            strerror(errno));                              strerror(errno));
                 return NULL;                  return NULL;
         }          }
   

Legend:
Removed from v.1.151  
changed lines
  Added in v.1.152