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

Fix typo in xen capabilities code

上级 c4a04dc0
......@@ -2205,7 +2205,7 @@ xenHypervisorBuildCapabilities(virConnectPtr conn,
char const *const xen_machines[] = {guest_archs[i].hvm ? "xenfv" : "xenpv"};
virCapsGuestMachinePtr *machines;
if ((machines = virCapabiltiesAllocMachines(xen_machines, 1)) == NULL)
if ((machines = virCapabilitiesAllocMachines(xen_machines, 1)) == NULL)
goto no_memory;
if ((guest = virCapabilitiesAddGuest(caps,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册