Commit 0fddbd8a authored by Wayne Davison's avatar Wayne Davison

A minor format tweak.

parent badb8c24
......@@ -1517,10 +1517,8 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx,
do_unlink(partialptr);
handle_partial_dir(partialptr, PDIR_DELETE);
}
if (itemizing) {
itemize(file, ndx, statret, &st,
0, 0, NULL);
}
if (itemizing)
itemize(file, ndx, statret, &st, 0, 0, NULL);
set_file_attrs(fname, file, &st, maybe_ATTRS_REPORT);
#ifdef SUPPORT_HARD_LINKS
if (preserve_hard_links && F_IS_HLINKED(file))
......
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