Markus Armbruster <armbru(a)redhat.com> wrote:
Commit 2d4381d0 broke compilation for !HAVE_QEMU_IMG &&
HAVE_QCOW_CREATE. Fix that.
---
Compile-tested only.
ACK.
IMHO, for a compile-time failure, that's fine.
diff --git a/src/storage_backend_fs.c b/src/storage_backend_fs.c
...
- if (vol->target.backingStore != NULL) {
+ if (vol->backingStore.path != NULL) {