mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-18 14:27:40 -04:00
flist->in_progress is only needed w/inc_recurese.
This commit is contained in:
3
io.c
3
io.c
@@ -1046,7 +1046,8 @@ static void got_flist_entry_status(enum festatus status, int ndx)
|
||||
if (status == FES_NO_SEND)
|
||||
flist_ndx_push(&hlink_list, -2); /* indicates a failure follows */
|
||||
flist_ndx_push(&hlink_list, ndx);
|
||||
flist->in_progress++;
|
||||
if (inc_recurse)
|
||||
flist->in_progress++;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user