From: Wayne Davison Date: Thu, 8 Jan 2004 03:17:07 +0000 (+0000) Subject: - No need to check S_ISREG() on files already in the hlink_list. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/6aae748ea757c256ad869855e51957309710bca9?hp=6aae748ea757c256ad869855e51957309710bca9 - 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. ---