flist->in_progress is only needed w/inc_recurese.

This commit is contained in:
Wayne Davison
2012-01-28 10:39:21 -08:00
parent 0dfd2a64ec
commit 41c5ba641f

3
io.c
View File

@@ -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