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

Fix compile error in Xen proxy from virConnectPtr changes

* proxy/libvirt_proxy.c: Remove 'conn' arg to virDomainDefFormat
上级 910b019f
......@@ -628,7 +628,7 @@ retry2:
req->data.arg = -1;
req->len = sizeof(virProxyPacket);
} else {
xml = virDomainDefFormat(conn, def, 0);
xml = virDomainDefFormat(def, 0);
if (!xml) {
req->data.arg = -1;
req->len = sizeof(virProxyPacket);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册