* src/storage_backend_fs.c: fix compile-error when configured without qemu-img

daniel
This commit is contained in:
Daniel Veillard
2009-02-26 14:36:30 +00:00
parent a7868e0131
commit 299aefebf2
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1130,7 +1130,7 @@ virStorageBackendFileSystemVolCreate(virConnectPtr conn,
vol->target.format);
return -1;
}
if (vol->target.backingStore != NULL) {
if (vol->backingStore.path != NULL) {
virStorageReportError(conn, VIR_ERR_NO_SUPPORT,
_("copy-on-write image not supported with "
"qcow-create"));