提交 bc429a0e 编写于 作者: D Daniel Veillard

fix an endless loop in node device XML dump

* src/node_device.c: fix an endless loop in node device XML dump,
  patch by Cole Robinson
Daniel
上级 bf32184d
Wed Jul 1 23:29:33 CEST 2009 Daniel Veillard <veillard@redhat.com>
* src/node_device.c: fix an endless loop in node device XML dump,
patch by Cole Robinson
Wed Jul 1 23:23:19 CEST 2009 Daniel Veillard <veillard@redhat.com>
* docs/drvone.html docs/drvone.html.in: small OpenNebula driver
......
......@@ -73,8 +73,8 @@ static int update_caps(virNodeDeviceObjPtr dev)
cap->data.scsi_host.host);
}
}
cap = cap->next;
}
cap = cap->next;
}
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册