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

Diff for /src/usr.bin/rsync/client.c between version 1.4 and 1.5

version 1.4, 2019/02/11 21:41:22 version 1.5, 2019/02/16 05:06:30
Line 80 
Line 80 
         if (FARGS_RECEIVER != f->mode) {          if (FARGS_RECEIVER != f->mode) {
                 LOG2(&sess, "client starting sender: %s",                  LOG2(&sess, "client starting sender: %s",
                     f->host == NULL ? "(local)" : f->host);                      f->host == NULL ? "(local)" : f->host);
                 if (!rsync_sender(&sess, fd, fd,                  if (!rsync_sender(&sess, fd, fd, f->sourcesz,
                                 f->sourcesz, f->sources)) {                      f->sources)) {
                         ERRX1(&sess, "rsync_sender");                          ERRX1(&sess, "rsync_sender");
                         goto out;                          goto out;
                 }                  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5