[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.328 and 1.329

version 1.328, 2020/04/03 03:12:11 version 1.329, 2020/04/24 03:33:21
Line 1161 
Line 1161 
                         while ((arg = strdelim(&s)) != NULL && *arg != '\0') {                          while ((arg = strdelim(&s)) != NULL && *arg != '\0') {
                                 if ((*uintptr) >= max_entries)                                  if ((*uintptr) >= max_entries)
                                         fatal("%s line %d: "                                          fatal("%s line %d: "
                                             "too many authorized keys files.",                                              "too many known hosts files.",
                                             filename, linenum);                                              filename, linenum);
                                 cpptr[(*uintptr)++] = xstrdup(arg);                                  cpptr[(*uintptr)++] = xstrdup(arg);
                         }                          }

Legend:
Removed from v.1.328  
changed lines
  Added in v.1.329