Fixed hard-linking when some of the files can get skipped. This adds
authorWayne Davison <wayned@samba.org>
Mon, 17 Mar 2008 01:06:47 +0000 (18:06 -0700)
committerWayne Davison <wayned@samba.org>
Mon, 17 Mar 2008 02:47:35 +0000 (19:47 -0700)
the FLAG_SKIP_HLINK flag, which gets set on any hard-linked file that
the user wants to skip (e.g. via --ignore-existing, --append, etc.).
The code in hlink.c now deals with the skipped files instead of
triggering an assert() error.


No differences found