From: Roman Bogorodskiy Date: Fri, 5 Feb 2016 02:34:31 +0000 (+0300) Subject: bhyve: fix build X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=02a34d2af4d38d64ec9096296061fea7badc61fe;p=libvirt.git bhyve: fix build Fix build fail introduced as a side effect of commit d239a54. Pushed under the build breaker rule. --- diff --git a/src/bhyve/bhyve_driver.c b/src/bhyve/bhyve_driver.c index 337a29ef49..f486f869c3 100644 --- a/src/bhyve/bhyve_driver.c +++ b/src/bhyve/bhyve_driver.c @@ -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;