diff options
Diffstat (limited to 'qemu-io.c')
-rw-r--r-- | qemu-io.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -534,8 +534,7 @@ int main(int argc, char **argv) if (qemu_opts_foreach(&qemu_object_opts, user_creatable_add_opts_foreach, - NULL, &local_error)) { - error_report_err(local_error); + NULL, NULL)) { exit(1); } |