Check string length of ts->description, not value
[fio.git] / options.c
index dacfb73808f48c9868c2ba5a41937935454181c2..48bb2a4d318fb005ac6463f5864769682bfdaddb 100644 (file)
--- a/options.c
+++ b/options.c
@@ -777,6 +777,7 @@ static int str_gtod_reduce_cb(void *data, int *il)
        td->o.disable_clat = !!val;
        td->o.disable_slat = !!val;
        td->o.disable_bw = !!val;
+       td->o.clat_percentiles = !val;
        if (val)
                td->tv_cache_mask = 63;