Fix misplaced exit(0) in cpus_allowed setting
[fio.git] / options.c
index 1e99810e19e8de94fd51a8562842ae42aff4457e..b59dd221fba5220667be82bb062c7ab74ce452e9 100644 (file)
--- a/options.c
+++ b/options.c
@@ -251,7 +251,6 @@ static int str_cpus_allowed_cb(void *data, const char *input)
 
        free(p);
        td->o.cpumask_set = 1;
-       exit(0);
        return 0;
 }
 #endif