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

Diff for /src/usr.bin/rsync/uploader.c between version 1.5 and 1.6

version 1.5, 2019/02/14 18:29:08 version 1.6, 2019/02/14 18:31:01
Line 237 
Line 237 
                 free(b);                  free(b);
         }          }
   
         /* Optionally preserve times/perms on the symlink. */          /*
            * Optionally preserve times/perms on the symlink.
            * FIXME: run rsync_set_metadata()?
            */
   
         if (sess->opts->preserve_times) {          if (sess->opts->preserve_times) {
                 tv[0].tv_sec = time(NULL);                  tv[0].tv_sec = time(NULL);
Line 364 
Line 367 
         /*          /*
          * Update the modification time if we're a new directory *or* if           * Update the modification time if we're a new directory *or* if
          * we're preserving times and the time has changed.           * we're preserving times and the time has changed.
            * FIXME: run rsync_set_metadata()?
          */           */
   
         if (u->newdir[idx] ||          if (u->newdir[idx] ||

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