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

Diff for /src/usr.bin/ssh/kex.c between version 1.178 and 1.179

version 1.178, 2023/03/12 10:40:39 version 1.179, 2023/08/18 01:37:41
Line 1317 
Line 1317 
                 for (;;) {                  for (;;) {
                         if (timeout_ms > 0) {                          if (timeout_ms > 0) {
                                 r = waitrfd(ssh_packet_get_connection_in(ssh),                                  r = waitrfd(ssh_packet_get_connection_in(ssh),
                                     &timeout_ms);                                      &timeout_ms, NULL);
                                 if (r == -1 && errno == ETIMEDOUT) {                                  if (r == -1 && errno == ETIMEDOUT) {
                                         send_error(ssh, "Timed out waiting "                                          send_error(ssh, "Timed out waiting "
                                             "for SSH identification string.");                                              "for SSH identification string.");

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.179