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

One more fuzzy tweak.

parent 8470a515
......@@ -848,8 +848,10 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx,
}
parent_dirname = dn;
if (need_fuzzy_dirlist && S_ISREG(file->mode))
if (need_fuzzy_dirlist && S_ISREG(file->mode)) {
fuzzy_dirlist = get_dirlist(dn, -1, 1);
need_fuzzy_dirlist = 0;
}
statret = link_stat(fname, &st,
keep_dirlinks && S_ISDIR(file->mode));
......
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