提交 ace1b6bf 编写于 作者: D Daniel Veillard

Fix size reporting for disks without partitions.

* src/parthelper.c: Patch from Cole Robinson, fix size reporting for
  disks without partitions.
Daniel
上级 4240b3fd
Wed Aug 20 15:18:54 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/parthelper.c: Patch from Cole Robinson, fix size reporting for
disks without partitions.
Wed Aug 20 15:11:57 CEST 2008 Daniel Veillard <veillard@redhat.com>
* configure.in libvirt.spec.in docs/Makefile.am: fix the problem
......
......@@ -63,7 +63,7 @@ int main(int argc, char **argv)
}
/* Get the first partition, and then iterate over all */
part = ped_disk_get_partition(disk, 1);
part = ped_disk_next_partition(disk, NULL);
while (part) {
const char *type;
const char *content;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册