mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
vz: build fix for passing qemuCaps to virDomainDefParseNode
Missing piece for [1] [1]: 577a1f98: qemu: Pass correct qemuCaps to virDomainDefParseNode Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
This commit is contained in:
parent
0991baa1c3
commit
e6fd586197
@ -2609,7 +2609,7 @@ vzDomainSnapshotCreateXML(virDomainPtr domain,
|
||||
parse_flags |= VIR_DOMAIN_SNAPSHOT_PARSE_VALIDATE;
|
||||
|
||||
if (!(def = virDomainSnapshotDefParseString(xmlDesc, driver->caps,
|
||||
driver->xmlopt, NULL,
|
||||
driver->xmlopt, NULL, NULL,
|
||||
parse_flags)))
|
||||
goto cleanup;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user