[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.379 and 1.380

version 1.379, 2023/07/17 04:08:31 version 1.380, 2023/07/17 06:16:33
Line 730 
Line 730 
                                 goto out;                                  goto out;
                         }                          }
                         r = check_match_ifaddrs(arg) == 1;                          r = check_match_ifaddrs(arg) == 1;
                           if (r == (negate ? 1 : 0))
                                   this_result = result = 0;
                 } else if (strcasecmp(attrib, "tagged") == 0) {                  } else if (strcasecmp(attrib, "tagged") == 0) {
                         criteria = xstrdup(options->tag == NULL ? "" :                          criteria = xstrdup(options->tag == NULL ? "" :
                             options->tag);                              options->tag);

Legend:
Removed from v.1.379  
changed lines
  Added in v.1.380