aboutsummaryrefslogtreecommitdiffstats
path: root/cleanup.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-01-30 07:18:06 +0000
committerWayne Davison <wayned@samba.org>2006-01-30 07:18:06 +0000
commit12fa790ea0e2b0ef52b0ac0189c6ebd6c8692a1e (patch)
tree2f0d3f618261e9e85eb9c8fe295f6093722b2f47 /cleanup.c
parent21955d9c929870d7b4b67698dfaa4978b18d2047 (diff)
downloadandroid_external_rsync-12fa790ea0e2b0ef52b0ac0189c6ebd6c8692a1e.tar.gz
android_external_rsync-12fa790ea0e2b0ef52b0ac0189c6ebd6c8692a1e.tar.bz2
android_external_rsync-12fa790ea0e2b0ef52b0ac0189c6ebd6c8692a1e.zip
Call finish_transfer() with its newly-added arg.
Diffstat (limited to 'cleanup.c')
-rw-r--r--cleanup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cleanup.c b/cleanup.c
index bb589e48..b1bf256d 100644
--- a/cleanup.c
+++ b/cleanup.c
@@ -121,8 +121,8 @@ 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, cleanup_file, 0,
- !partial_dir);
+ finish_transfer(cleanup_new_fname, fname, NULL,
+ cleanup_file, 0, !partial_dir);
}
io_flush(FULL_FLUSH);
if (cleanup_fname)