[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.141 and 1.142

version 1.141, 2021/11/11 15:32:32 version 1.142, 2021/11/12 05:23:49
Line 753 
Line 753 
                 fdlim_set(maxfd);                  fdlim_set(maxfd);
         fdcon = xcalloc(maxfd, sizeof(con));          fdcon = xcalloc(maxfd, sizeof(con));
         read_wait = xcalloc(maxfd, sizeof(struct pollfd));          read_wait = xcalloc(maxfd, sizeof(struct pollfd));
           for (j = 0; j < maxfd; j++)
                   read_wait[j].fd = -1;
   
         for (j = 0; j < fopt_count; j++) {          for (j = 0; j < fopt_count; j++) {
                 if (argv[j] == NULL)                  if (argv[j] == NULL)

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142