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

Diff for /src/usr.bin/rsync/receiver.c between version 1.24 and 1.25

version 1.24, 2019/05/08 21:30:11 version 1.25, 2020/11/24 16:54:44
Line 329 
Line 329 
         LOG2("%s: ready for phase 1 data", root);          LOG2("%s: ready for phase 1 data", root);
   
         for (;;) {          for (;;) {
                 if ((c = poll(pfd, PFD__MAX, POLL_TIMEOUT)) == -1) {                  if ((c = poll(pfd, PFD__MAX, poll_timeout)) == -1) {
                         ERR("poll");                          ERR("poll");
                         goto out;                          goto out;
                 } else if (c == 0) {                  } else if (c == 0) {

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25