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

Diff for /src/usr.bin/ssh/compat.c between version 1.31 and 1.32

version 1.31, 2000/12/06 22:58:14 version 1.32, 2000/12/09 23:51:11
Line 88 
Line 88 
                 ret = regexec(&reg, version, 0, NULL, 0);                  ret = regexec(&reg, version, 0, NULL, 0);
                 regfree(&reg);                  regfree(&reg);
                 if (ret == 0) {                  if (ret == 0) {
                         debug("match: %s pat %s\n", version, check[i].pat);                          debug("match: %s pat %s", version, check[i].pat);
                         datafellows = check[i].bugs;                          datafellows = check[i].bugs;
                         return;                          return;
                 }                  }

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32