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

Diff for /src/usr.bin/ssh/mux.c between version 1.99 and 1.100

version 1.99, 2023/08/04 06:32:40 version 1.100, 2023/08/18 01:37:41
Line 1464 
Line 1464 
                 if (len == -1) {                  if (len == -1) {
                         switch (errno) {                          switch (errno) {
                         case EAGAIN:                          case EAGAIN:
                                 if (waitrfd(fd, &timeout_ms) == -1)                                  if (waitrfd(fd, &timeout_ms,
                                       &muxclient_terminate) == -1 &&
                                       errno != EINTR)
                                         return -1;      /* timeout */                                          return -1;      /* timeout */
                                 /* FALLTHROUGH */                                  /* FALLTHROUGH */
                         case EINTR:                          case EINTR:

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100