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

Diff for /src/usr.bin/ssh/match.c between version 1.39 and 1.40

version 1.39, 2019/03/06 22:14:23 version 1.40, 2019/10/04 04:13:39
Line 239 
Line 239 
                 return 0;                  return 0;
         }          }
   
         if ((p = strchr(pattern,'@')) == NULL)          if ((p = strchr(pattern, '@')) == NULL)
                 return match_pattern(user, pattern);                  return match_pattern(user, pattern);
   
         pat = xstrdup(pattern);          pat = xstrdup(pattern);

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40