提交 068daedd 编写于 作者: A Anthony Liguori

Fix build breakage when using VDE introduced by 4f1c942b

Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 f8e76fbf
......@@ -1426,7 +1426,7 @@ static void vde_to_qemu(void *opaque)
static ssize_t vde_receive(VLANClientState *vc, const uint8_t *buf, size_t size)
{
VDEState *s = vc->opaque;
ssize ret;
ssize_t ret;
do {
ret = vde_send(s->vde, (const char *)buf, size, 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册