From: Wayne Davison Date: Fri, 2 Jan 2004 08:18:53 +0000 (+0000) Subject: Use the f_name_to() function to avoid having to strdup() the name that X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/446e239e2c000b88cbd75a84b508911d5e92239c?hp=446e239e2c000b88cbd75a84b508911d5e92239c Use the f_name_to() function to avoid having to strdup() the name that f_name() returns. Also used in a call to recv_generator() to keep the name safe for the duration of the call. ---