From: Wayne Davison Date: Mon, 20 Sep 2004 04:17:42 +0000 (+0000) Subject: Improved a comment. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9715c5899ad2cbe27429976a7a99303b2aef0ecd Improved a comment. --- 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; }