提交 299aefeb 编写于 作者: D Daniel Veillard

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

daniel
上级 a7868e01
Thu Feb 26 15:35:40 CET 2009 Daniel Veillard <veillard@redhat.com>
* src/storage_backend_fs.c: fix compile-error when configured without
qemu-img
Thu Feb 26 14:43:48 CET 2009 Daniel Veillard <veillard@redhat.com>
* python/Makefile.am: avoid a parallel make issue #472702
......
......@@ -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"));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册