提交 94d61779 编写于 作者: D Daniel P. Berrange

Fix typo & tweak variable decl

上级 46d1324e
Wed Jan 28 22:05:11 GMT 2009 Daniel P.Berrange <berrange@redhat.com>
* src/remote_internal.c: Fix typo, and tweak variable decl
Wed Jan 28 21:55:11 GMT 2009 Daniel P.Berrange <berrange@redhat.com>
* src/remote_internal.c: Stop reading data off wire once
......
......@@ -6117,14 +6117,13 @@ processCallRecvMsg(virConnectPtr conn, struct private_data *priv,
static int
processCallRecv(virConnectPtr conn, struct private_data *priv,
int in_open) {
int ret;
int in_open)
{
/* Read as much data as is available, until we get
* EGAIN
* EAGAIN
*/
for (;;) {
ret = processCallRecvSome(conn, priv, in_open);
int ret = processCallRecvSome(conn, priv, in_open);
if (ret < 0)
return -1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册