diff options
| author | Wayne Davison <wayned@samba.org> | 2005-03-30 16:55:11 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2005-03-30 16:55:11 +0000 |
| commit | c87ae64a826e3697cd4b848e8696636d0a2b888f (patch) | |
| tree | 93e881772a49eac5a2faa08fe752f0a6f23a39f5 /main.c | |
| parent | b9f0ca7274b437afd12ac57e5202168d940e3ef4 (diff) | |
| download | android_external_rsync-c87ae64a826e3697cd4b848e8696636d0a2b888f.tar.gz android_external_rsync-c87ae64a826e3697cd4b848e8696636d0a2b888f.tar.bz2 android_external_rsync-c87ae64a826e3697cd4b848e8696636d0a2b888f.zip | |
Moved a call to output_summary() up a line.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -784,8 +784,8 @@ int client_run(int f_in, int f_out, pid_t pid, int argc, char *argv[]) io_flush(FULL_FLUSH); wait_process(pid, &status); } - io_flush(FULL_FLUSH); output_summary(); + io_flush(FULL_FLUSH); exit_cleanup(status); } |
