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

Diff for /src/usr.bin/ssh/ssh-keyscan.c between version 1.30 and 1.31

version 1.30, 2001/10/08 19:05:05 version 1.31, 2001/11/16 12:46:13
Line 623 
Line 623 
         char *name = strnnsep(&host, " \t\n");          char *name = strnnsep(&host, " \t\n");
         int j;          int j;
   
           if (name == NULL)
                   return;
         for (j = KT_RSA1; j <= KT_RSA; j *= 2) {          for (j = KT_RSA1; j <= KT_RSA; j *= 2) {
                 if (get_keytypes & j) {                  if (get_keytypes & j) {
                         while (ncon >= MAXCON)                          while (ncon >= MAXCON)

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