[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.35 and 1.36

version 1.35, 2017/02/15 23:38:31 version 1.36, 2017/03/10 03:52:48
Line 143 
Line 143 
                 if (subi >= sizeof(sub) - 1)                  if (subi >= sizeof(sub) - 1)
                         return 0;                          return 0;
   
                 /* If the subpattern was terminated by a comma, skip the comma. */                  /* If the subpattern was terminated by a comma, then skip it. */
                 if (i < len && pattern[i] == ',')                  if (i < len && pattern[i] == ',')
                         i++;                          i++;
   

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36