Improved a comment.
authorWayne Davison <wayned@samba.org>
Mon, 20 Sep 2004 04:17:42 +0000 (04:17 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 20 Sep 2004 04:17:42 +0000 (04:17 +0000)
sender.c

index a2d0a86..a59910e 100644 (file)
--- 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;
                        }