[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.11 and 1.12

version 1.11, 2019/03/06 18:37:22 version 1.12, 2019/03/18 15:33:21
Line 82 
Line 82 
          * Senders (and locals) send; receivers receive.           * Senders (and locals) send; receivers receive.
          */           */
   
         if (FARGS_RECEIVER != f->mode) {          if (f->mode != FARGS_RECEIVER) {
                 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, f->sourcesz,                  if (!rsync_sender(&sess, fd, fd, f->sourcesz,

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12