Fix to make_file() to exit earlier if a file is excluded, because doing
authorDavid Dykstra <dwd@samba.org>
Fri, 16 Nov 2001 19:19:44 +0000 (19:19 +0000)
committerDavid Dykstra <dwd@samba.org>
Fri, 16 Nov 2001 19:19:44 +0000 (19:19 +0000)
commitb964901f7d01ad04717535ce3d328200d616be32
tree0eaadfb52d4102509ce48eba8022f78a8462110c
parentb52c1d9d3aec51afbc9d1c5561d2b70d8bcecf54
Fix to make_file() to exit earlier if a file is excluded, because doing
readlink_stat() on an excluded file can be a problem when using the
--copy-links option (also known as -L) and the excluded file is a symlink
that points nowhere.
flist.c