diff options
author | Wayne Davison <wayned@samba.org> | 2004-01-15 07:42:12 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2004-01-15 07:42:12 +0000 |
commit | ef732c3b5400bc2375f48d5201a918342362738e (patch) | |
tree | 226ac792b0b87f81e569c73aac2460dd752a33d7 /cleanup.c | |
parent | baa4212ae117ed0d6c21d7e3d827e05329caceb8 (diff) | |
download | rsync-ef732c3b5400bc2375f48d5201a918342362738e.tar.gz rsync-ef732c3b5400bc2375f48d5201a918342362738e.tar.bz2 rsync-ef732c3b5400bc2375f48d5201a918342362738e.zip |
Call io_flush() with its new FULL_FLUSH option.
Diffstat (limited to 'cleanup.c')
-rw-r--r-- | cleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ void _exit_cleanup(int code, const char *file, int line) if (cleanup_fd2 != -1) close(cleanup_fd2); finish_transfer(cleanup_new_fname, fname, cleanup_file); } - io_flush(); + io_flush(FULL_FLUSH); if (cleanup_fname) do_unlink(cleanup_fname); if (code) { |