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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.348 and 1.349

version 1.348, 2020/10/07 02:22:23 version 1.349, 2020/10/08 01:15:16
Line 1858 
Line 1858 
   
         /* UpdateHostkeys is skipped for wildcard host names */          /* UpdateHostkeys is skipped for wildcard host names */
         if (strchr(l->hosts, '*') != NULL ||          if (strchr(l->hosts, '*') != NULL ||
             strchr(l->hosts, ',') != NULL) {              strchr(l->hosts, '?') != NULL) {
                 debug3("%s: hostkeys file %s:%ld contains wildcard or pattern",                  debug3("%s: hostkeys file %s:%ld contains wildcard", __func__,
                      __func__, l->path, l->linenum);                      l->path, l->linenum);
                 ctx->wildcard_hostspec = 1;                  ctx->wildcard_hostspec = 1;
         }          }
   

Legend:
Removed from v.1.348  
changed lines
  Added in v.1.349