Commit 6a94c58b authored by Wayne Davison's avatar Wayne Davison

Added a comment.

parent e3f83953
......@@ -354,6 +354,8 @@ static void handle_delayed_updates(struct file_list *flist, char *local_name)
safe_fname(partialptr),
safe_fname(fname));
}
/* We don't use robust_rename() here because the
* partial-dir must be on the same drive. */
if (do_rename(partialptr, fname) < 0) {
rsyserr(FERROR, errno,
"rename failed for %s (from %s)",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment