aboutsummaryrefslogtreecommitdiffstats
path: root/cleanup.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-04-07 17:22:25 +0000
committerWayne Davison <wayned@samba.org>2007-04-07 17:22:25 +0000
commit16edf86595a5a990a942fa045dfb523dae1fe6cb (patch)
tree259b6420baad22345ce1a24c269dd582bb0e9a10 /cleanup.c
parent1c53e5171cfce78416c0a534dbe8fb2d0725fd2e (diff)
downloadandroid_external_rsync-16edf86595a5a990a942fa045dfb523dae1fe6cb.tar.gz
android_external_rsync-16edf86595a5a990a942fa045dfb523dae1fe6cb.tar.bz2
android_external_rsync-16edf86595a5a990a942fa045dfb523dae1fe6cb.zip
The improved --xattrs option is landing on the trunk.
Diffstat (limited to 'cleanup.c')
-rw-r--r--cleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleanup.c b/cleanup.c
index 428c47e8..d825e0f1 100644
--- a/cleanup.c
+++ b/cleanup.c
@@ -142,7 +142,7 @@ NORETURN void _exit_cleanup(int code, const char *file, int line)
flush_write_file(cleanup_fd_w);
close(cleanup_fd_w);
}
- finish_transfer(cleanup_new_fname, fname, NULL,
+ finish_transfer(cleanup_new_fname, fname, NULL, NULL,
cleanup_file, 0, !partial_dir);
}