mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
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:
parent
e29990c5a4
commit
02a34d2af4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user