[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.262 and 1.263

version 1.262, 2016/10/25 04:08:13 version 1.263, 2017/01/06 03:53:58
Line 1487 
Line 1487 
                                     flags | SSHCONF_CHECKPERM |                                      flags | SSHCONF_CHECKPERM |
                                     (oactive ? 0 : SSHCONF_NEVERMATCH),                                      (oactive ? 0 : SSHCONF_NEVERMATCH),
                                     activep, depth + 1);                                      activep, depth + 1);
                                   if (errno != ENOENT) {
                                           fatal("Can't open user config file "
                                               "%.100s: %.100s", gl.gl_pathv[i],
                                               strerror(errno));
                                   }
                                 /*                                  /*
                                  * don't let Match in includes clobber the                                   * don't let Match in includes clobber the
                                  * containing file's Match state.                                   * containing file's Match state.

Legend:
Removed from v.1.262  
changed lines
  Added in v.1.263