[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.378 and 1.379

version 1.378, 2022/01/22 00:49:34 version 1.379, 2022/04/20 04:19:11
Line 1339 
Line 1339 
                 if (quit_pending)                  if (quit_pending)
                         break;                          break;
   
                 /* Do channel operations unless rekeying in progress. */                  /* Do channel operations. */
                 if (!ssh_packet_is_rekeying(ssh))                  channel_after_poll(ssh, pfd, npfd_active);
                         channel_after_poll(ssh, pfd, npfd_active);  
   
                 /* Buffer input from the connection.  */                  /* Buffer input from the connection.  */
                 if (conn_in_ready)                  if (conn_in_ready)

Legend:
Removed from v.1.378  
changed lines
  Added in v.1.379