Don't throw an error if a potential fuzzy dir isn't a dir
authorWayne Davison <wayned@samba.org>
Sun, 5 Apr 2020 23:41:15 +0000 (16:41 -0700)
committerWayne Davison <wayned@samba.org>
Sun, 5 Apr 2020 23:41:15 +0000 (16:41 -0700)
commit7f06cc7ed0bc74628592fb7c669827e28b625582
treeeda3819d8b25a84a8e5320d3e2d5ffdd3353dfb9
parent10d40508e63a80497126f5d17c57013d8c523091
Don't throw an error if a potential fuzzy dir isn't a dir

Add a flag for calling get_dirlist() and for send_directory() that
indicates that the dirname is allowed to not be a directory.  Based
on a patch by Ben Rubson.  Fixes bug #13445.
flist.c
generator.c
rsync.h