Fix segfault with verify_async
[fio.git] / options.c
index 5252477b6e0756888d6cc3bd42b8dcdc5b492e4b..e271295a68e872113cf9f2af44eafc188f4628a1 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1558,7 +1558,7 @@ static struct fio_option options[FIO_MAX_OPTS] = {
                .name   = "verify_dump",
                .type   = FIO_OPT_BOOL,
                .off1   = td_var_offset(verify_dump),
-               .def    = "1",
+               .def    = "0",
                .help   = "Dump contents of good and bad blocks on failure",
                .parent = "verify",
        },