Commit 2b4d51f2 authored by Wayne Davison's avatar Wayne Davison

Set ndx_start to 1 only for an inc-recursive transfer.

parent ee279980
......@@ -2323,7 +2323,7 @@ struct file_list *flist_new(int flags, char *msg)
if (!flist->file_pool)
out_of_memory(msg);
flist->ndx_start = 1;
flist->ndx_start = inc_recurse ? 1 : 0;
first_flist = cur_flist = flist->prev = flist;
} else {
......
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