提交 9419874f 编写于 作者: S Stefan Hajnoczi 提交者: Kevin Wolf

Revert "hmp: fix crash in 'info block -n -v'"

This reverts commit 638b8366.
Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: NKevin Wolf <kwolf@redhat.com>
上级 dc881b44
...@@ -391,8 +391,7 @@ static void print_block_info(Monitor *mon, BlockInfo *info, ...@@ -391,8 +391,7 @@ static void print_block_info(Monitor *mon, BlockInfo *info,
inserted->iops_size); inserted->iops_size);
} }
/* TODO: inserted->image should never be null */ if (verbose) {
if (verbose && inserted->image) {
monitor_printf(mon, "\nImages:\n"); monitor_printf(mon, "\nImages:\n");
image_info = inserted->image; image_info = inserted->image;
while (1) { while (1) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册