From 352963ddc33a0a56f604395b65222191a38c5c8e Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 22 Feb 2005 22:12:59 +0000 Subject: [PATCH] Always set the SID_USING_ALT_BASIS appropriately for the transfer, even if --inplace wasn't specified. --- generator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.34.1