X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.c;h=0f12888464347667ba48bf5734dd4d5450959c23;hp=bd566e8eb7749c236652cf968cbd5444e539c2fb;hb=a37f69b72a74cbde6151458b890aab8d093f0c9f;hpb=b66570dce15587a37a64685f8ab72c3018771b2b;ds=sidebyside diff --git a/fio.c b/fio.c index bd566e8e..0f128884 100644 --- a/fio.c +++ b/fio.c @@ -1694,7 +1694,7 @@ static void run_threads(void) int exec_run(void) { - if (is_client) + if (nr_clients) return fio_handle_clients(); if (exec_profile && load_profile(exec_profile)) return 1;