提交 02a34d2a 编写于 作者: R Roman Bogorodskiy

bhyve: fix build

Fix build fail introduced as a side effect of commit d239a542.

Pushed under the build breaker rule.
上级 e29990c5
...@@ -488,7 +488,7 @@ bhyveDomainGetOSType(virDomainPtr dom) ...@@ -488,7 +488,7 @@ bhyveDomainGetOSType(virDomainPtr dom)
static char * static char *
bhyveDomainGetXMLDesc(virDomainPtr domain, unsigned int flags) bhyveDomainGetXMLDesc(virDomainPtr domain, unsigned int flags)
{ {
bhyveConnPtr privconn = conn->privateData; bhyveConnPtr privconn = domain->conn->privateData;
virDomainObjPtr vm; virDomainObjPtr vm;
virCapsPtr caps = NULL; virCapsPtr caps = NULL;
char *ret = NULL; char *ret = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册