[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.373 and 1.374

version 1.373, 2023/03/05 05:34:09 version 1.374, 2023/03/09 21:06:24
Line 602 
Line 602 
                 }                  }
                 arg = criteria = NULL;                  arg = criteria = NULL;
                 this_result = 1;                  this_result = 1;
                 if ((negate = attrib[0] == '!'))                  if ((negate = (attrib[0] == '!')))
                         attrib++;                          attrib++;
                 /* Criterion "all" has no argument and must appear alone */                  /* Criterion "all" has no argument and must appear alone */
                 if (strcasecmp(attrib, "all") == 0) {                  if (strcasecmp(attrib, "all") == 0) {

Legend:
Removed from v.1.373  
changed lines
  Added in v.1.374