[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.27 and 1.28

version 1.27, 2001/08/05 23:29:58 version 1.28, 2001/08/27 22:02:13
Line 764 
Line 764 
   
                 for (j = 0; j < fopt_count; j++) {                  for (j = 0; j < fopt_count; j++) {
                         lb = Linebuf_alloc(argv[j], error);                          lb = Linebuf_alloc(argv[j], error);
                           if (!lb)
                                   continue;
                         while ((line = Linebuf_getline(lb)) != NULL)                          while ((line = Linebuf_getline(lb)) != NULL)
                                 do_host(line);                                  do_host(line);
                         Linebuf_free(lb);                          Linebuf_free(lb);

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28