From: Wayne Davison Date: Fri, 2 Jan 2004 08:05:20 +0000 (+0000) Subject: Use f_name_to() when producing a name for the recv_generator() call. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/e7bc9b64a3d55f1465faf61f2329e28fdcf24984?hp=e7bc9b64a3d55f1465faf61f2329e28fdcf24984 Use f_name_to() when producing a name for the recv_generator() call. This prevents things like the hard-link code from losing the name before we're finished with it. ---