
2 Feb
2009
2 Feb
'09
6:08 p.m.
Markus Armbruster <armbru@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) {