提交 d94888e3 编写于 作者: M malc

Add missing return

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4846 c046a42c-6fe2-441c-8c8c-71466251a162
上级 e924c485
......@@ -463,6 +463,7 @@ static int nbd_receive_request(int csock, struct nbd_request *request)
errno = EINVAL;
return -1;
}
return 0;
}
int nbd_receive_reply(int csock, struct nbd_reply *reply)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册