Merge branch 'master' of https://github.com/blah325/fio
[fio.git] / client.c
index 0bcee29b571e1e72b24d92438f79a272a158464b..7a4bfc0d37ec88dfb013b2b4e77e4550264ab6de 100644 (file)
--- a/client.c
+++ b/client.c
@@ -1112,7 +1112,7 @@ static void handle_ts(struct fio_client *client, struct fio_net_cmd *cmd)
        if (sum_stat_clients <= 1)
                return;
 
-       sum_thread_stats(&client_ts, &p->ts, sum_stat_nr == 1);
+       sum_thread_stats(&client_ts, &p->ts);
        sum_group_stats(&client_gs, &p->rs);
 
        client_ts.members++;