From: David Dykstra Date: Wed, 15 Jan 2003 16:14:07 +0000 (+0000) Subject: Fix bug in --copy-unsafe that made it totally broken, and re-enable X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/fc63847406c5e99669ce11047d6cc01b837b57ae?hp=fc63847406c5e99669ce11047d6cc01b837b57ae Fix bug in --copy-unsafe that made it totally broken, and re-enable the tests that tested it. As far as I can tell, it was always broken since the day I put it in years ago. In my investigation into this I was unable to figure out what in the world I was thinking back then, to introduce a global variable with the wrong information in it rather than using a parameter that was already available in readlink_stat function. That still bothers me a bit but I decided to stop worrying about it. ---