From 5fd0acbd212296542d396b07e1873b9e3093b76f Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 11 Oct 2011 14:20:22 +0200 Subject: [PATCH] client: dec sum_stat_clients if one a client is disconnected Signed-off-by: Jens Axboe --- client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client.c b/client.c index c40511eb..31b48627 100644 --- a/client.c +++ b/client.c @@ -137,6 +137,7 @@ static void remove_client(struct fio_client *client) free(client); nr_clients--; + sum_stat_clients--; } static void __fio_client_add_cmd_option(struct fio_client *client, -- 2.25.1