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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.364 and 1.365

version 1.364, 2021/05/26 01:47:24 version 1.365, 2021/07/05 01:21:07
Line 564 
Line 564 
                         fatal_fr(r, "sshbuf_putf");                          fatal_fr(r, "sshbuf_putf");
                 quit_pending = 1;                  quit_pending = 1;
         } else if (options.server_alive_interval > 0 && !FD_ISSET(connection_in,          } else if (options.server_alive_interval > 0 && !FD_ISSET(connection_in,
              *readsetp) && monotime() >= server_alive_time)              *readsetp) && monotime() >= server_alive_time)
                 /*                  /*
                  * ServerAlive check is needed. We can't rely on the select                   * ServerAlive check is needed. We can't rely on the select
                  * timing out since traffic on the client side such as port                   * timing out since traffic on the client side such as port

Legend:
Removed from v.1.364  
changed lines
  Added in v.1.365