When a file shows up as not existent during an rsync run, always check
authorDavid Dykstra <dwd@samba.org>
Wed, 11 Dec 2002 18:48:27 +0000 (18:48 +0000)
committerDavid Dykstra <dwd@samba.org>
Wed, 11 Dec 2002 18:48:27 +0000 (18:48 +0000)
commit1b85e3f1a0792a9799c96123a15c1ec75f3be7ce
treeff4039109c92aa68c4ca630dee2aaf089b9aaefa
parenteac9dc63e38cad062bde3b8903ca776531b344f1
When a file shows up as not existent during an rsync run, always check
to see if it excluded before reporting an error.  Previously it was only
checking for the exclusion if copy_links was enabled, but the error can
also occur if a file disappears during an rsync run.  Suggested by Eugene
V. Chupriyanov and Bo Kersey.
NEWS
flist.c