- No need to check S_ISREG() on files already in the hlink_list.
authorWayne Davison <wayned@samba.org>
Thu, 8 Jan 2004 03:17:07 +0000 (03:17 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 8 Jan 2004 03:17:07 +0000 (03:17 +0000)
commit6aae748ea757c256ad869855e51957309710bca9
tree176dd6e676932d0e55c47171a5b86e7e2aafae08
parentaa953c32014d755c77a253d3ef401ea3e771712e
- No need to check S_ISREG() on files already in the hlink_list.
- The realloc in init_hard_links() might fail if the list is empty
  (which can happen if there are no regular files in the transfer).
  I changed the code to free the list in that case.
hlink.c