The cleanup_set() call was not getting called w/o --partial.
authorWayne Davison <wayned@samba.org>
Thu, 18 May 2006 18:53:24 +0000 (18:53 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 18 May 2006 18:53:24 +0000 (18:53 +0000)
receiver.c

index 9a8c2af..80ee898 100644 (file)
@@ -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 */