- Fixed a potential crash/infinite-loop bug if -H was used
authorWayne Davison <wayned@samba.org>
Fri, 15 Apr 2005 08:26:58 +0000 (08:26 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 15 Apr 2005 08:26:58 +0000 (08:26 +0000)
commit97e786c3312897c49d671e4198c8d35a76f0ab3b
tree0ccf91bfa7c6f7da098b15526e8f457f2cc7862f
parent8ee6adefe38a00af526ce15c51a24580bea0212c
- Fixed a potential crash/infinite-loop bug if -H was used
  when sending a single file.
- Made a couple variable improvements in link_idev_data().
- Got rid of the non-NULL check of hlink_list in init_hard_links()
  because is enough to just check file->link_u.links these days.
hlink.c