bhyve: fix build

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

Pushed under the build breaker rule.
This commit is contained in:
Roman Bogorodskiy 2016-02-05 05:34:31 +03:00
parent e29990c5a4
commit 02a34d2af4

View File

@ -488,7 +488,7 @@ bhyveDomainGetOSType(virDomainPtr dom)
static char *
bhyveDomainGetXMLDesc(virDomainPtr domain, unsigned int flags)
{
bhyveConnPtr privconn = conn->privateData;
bhyveConnPtr privconn = domain->conn->privateData;
virDomainObjPtr vm;
virCapsPtr caps = NULL;
char *ret = NULL;