[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.8 and 1.9

version 1.8, 2000/04/07 09:17:39 version 1.9, 2000/04/12 06:37:02
Line 65 
Line 65 
                 len = strlen(check[i]);                  len = strlen(check[i]);
                 if (strlen(version) >= len &&                  if (strlen(version) >= len &&
                    (strncmp(version, check[i], len) == 0)) {                     (strncmp(version, check[i], len) == 0)) {
                         log("datafellows: %.200s", version);                          verbose("datafellows: %.200s", version);
                         datafellows = 1;                          datafellows = 1;
                         return;                          return;
                 }                  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9