- 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)
- 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.


No differences found