Fix checking config in qemu driver

This commit is contained in:
Vitaliy Filippov
2025-08-12 01:16:57 +03:00
parent 07303020fc
commit 04514435de
+4
View File
@@ -478,6 +478,10 @@ static void check_config(VitastorClient *client)
fprintf(stderr, "vitastor: failed to read %s: %s\n", client->config_path, strerror(errno));
break;
}
if (!r)
{
break;
}
done += r;
}
obj = qobject_from_json(data