X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8237f9305b6065488d68e0023c69dc506f699331..7f2a1f651e6db7483bcb3d2678dcb60cc4e54582:/generator.c diff --git a/generator.c b/generator.c index 41cdace8..b0913a01 100644 --- a/generator.c +++ b/generator.c @@ -826,7 +826,7 @@ notify_others: int iflags = SID_UPDATING; if (always_checksum) iflags |= SID_REPORT_CHECKSUM; - if (inplace && fnamecmp_type != FNAMECMP_FNAME) + if (fnamecmp_type != FNAMECMP_FNAME) iflags |= SID_USING_ALT_BASIS; itemize(file, statret, &st, iflags, f_out, -1); }