[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.312 and 1.313

version 1.312, 2019/11/13 04:47:52 version 1.313, 2019/11/13 05:42:26
Line 1545 
Line 1545 
                                     "files",filename, linenum, arg2);                                      "files",filename, linenum, arg2);
                                 free(arg2);                                  free(arg2);
                                 continue;                                  continue;
                         } else if (r != 0 || gl.gl_pathc < 0)                          } else if (r != 0)
                                 fatal("%.200s line %d: glob failed for %s.",                                  fatal("%.200s line %d: glob failed for %s.",
                                     filename, linenum, arg2);                                      filename, linenum, arg2);
                         free(arg2);                          free(arg2);
                         oactive = *activep;                          oactive = *activep;
                         for (i = 0; i < (u_int)gl.gl_pathc; i++) {                          for (i = 0; i < gl.gl_pathc; i++) {
                                 debug3("%.200s line %d: Including file %s "                                  debug3("%.200s line %d: Including file %s "
                                     "depth %d%s", filename, linenum,                                      "depth %d%s", filename, linenum,
                                     gl.gl_pathv[i], depth,                                      gl.gl_pathv[i], depth,

Legend:
Removed from v.1.312  
changed lines
  Added in v.1.313