From: Wayne Davison Date: Thu, 18 May 2006 18:53:24 +0000 (+0000) Subject: The cleanup_set() call was not getting called w/o --partial. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/95ae5224b0c5831e43ab02730b20c320577d8e6a The cleanup_set() call was not getting called w/o --partial. --- diff --git a/receiver.c b/receiver.c index 9a8c2af8..80ee8982 100644 --- a/receiver.c +++ b/receiver.c @@ -591,8 +591,7 @@ int recv_files(int f_in, struct file_list *flist, char *local_name) continue; } - if (keep_partial) - cleanup_set(fnametmp, partialptr, file, fd1, fd2); + cleanup_set(fnametmp, partialptr, file, fd1, fd2); } /* log the transfer */