Skip to content

Commit

Permalink
Improved a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Sep 20, 2004
1 parent cc07f21 commit 9715c58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sender.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9715c58

Please sign in to comment.