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

Diff for /src/usr.bin/rsync/downloader.c between version 1.18 and 1.19

version 1.18, 2019/03/23 16:04:28 version 1.19, 2019/04/02 11:05:55
Line 414 
Line 414 
   
                 /* Create the temporary file. */                  /* Create the temporary file. */
   
                 if (mktemplate(sess, &p->fname,                  if (mktemplate(sess, &p->fname,
                     f->path, sess->opts->recursive) == -1) {                      f->path, sess->opts->recursive) == -1) {
                         ERRX1(sess, "mktemplate");                          ERRX1(sess, "mktemplate");
                         goto out;                          goto out;

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19