Moved a call to output_summary() up a line.
authorWayne Davison <wayned@samba.org>
Wed, 30 Mar 2005 16:55:11 +0000 (16:55 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 30 Mar 2005 16:55:11 +0000 (16:55 +0000)
main.c

diff --git a/main.c b/main.c
index 91f096a..b7e6c3a 100644 (file)
--- a/main.c
+++ b/main.c
@@ -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);
        }