提交 04120e3b 编写于 作者: A Anthony Liguori

block: fix warning introduced in efcc7a23

Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 a7aae221
......@@ -166,7 +166,7 @@ static void coroutine_fn stream_run(void *opaque)
BlockDriverState *base = s->base;
int64_t sector_num, end;
int ret = 0;
int n;
int n = 0;
void *buf;
s->common.len = bdrv_getlength(bs);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册