From 9715c5899ad2cbe27429976a7a99303b2aef0ecd Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 20 Sep 2004 04:17:42 +0000 Subject: [PATCH] Improved a comment. --- sender.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sender.c b/sender.c index a2d0a862..a59910e8 100644 --- a/sender.c +++ b/sender.c @@ -138,7 +138,8 @@ void send_files(struct file_list *flist, int f_out, int f_in) write_int(f_out, -1); if (verbose > 2) rprintf(FINFO, "send_files phase=%d\n", phase); - /* inplace resends run without a backup file */ + /* For inplace: redo phase turns off the backup + * flag so that we do a regular inplace send. */ make_backups = 0; continue; } -- 2.34.1