[libvirt] [PATCH] bhyve: fix build

Roman Bogorodskiy bogorodskiy at gmail.com
Fri Feb 5 02:37:32 UTC 2016


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

Pushed under the build breaker rule.
---
 src/bhyve/bhyve_driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bhyve/bhyve_driver.c b/src/bhyve/bhyve_driver.c
index 337a29e..f486f86 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;
-- 
2.4.6




More information about the libvir-list mailing list