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

Diff for /src/usr.bin/rsync/session.c between version 1.3 and 1.4

version 1.3, 2019/02/11 19:18:36 version 1.4, 2019/02/11 21:41:22
Line 105 
Line 105 
 {  {
         uint64_t tw, tr, ts;          uint64_t tw, tr, ts;
   
         if (0 == sess->opts->verbose)          if (sess->opts->verbose == 0)
                 return 1;                  return 1;
   
         tw = sess->total_write;          tw = sess->total_write;
Line 141 
Line 141 
 {  {
         uint64_t tr, tw, ts;          uint64_t tr, tw, ts;
   
         if (sess->opts->server || 0 == sess->opts->verbose)          if (sess->opts->server || sess->opts->verbose == 0)
                 return 1;                  return 1;
   
         if (!io_read_ulong(sess, fd, &tw)) {          if (!io_read_ulong(sess, fd, &tw)) {

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