Fix bug in --copy-unsafe that made it totally broken, and re-enable
authorDavid Dykstra <dwd@samba.org>
Wed, 15 Jan 2003 16:14:07 +0000 (16:14 +0000)
committerDavid Dykstra <dwd@samba.org>
Wed, 15 Jan 2003 16:14:07 +0000 (16:14 +0000)
commitfc63847406c5e99669ce11047d6cc01b837b57ae
tree777b0d4abe93458f9834a91a8a74e5c52ec41731
parentf58677d123775cf4e20ef3317183e083f04a9bb7
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.
flist.c
testsuite/unsafe-byname.test
testsuite/unsafe-links.test