mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
libxl: Fix broken build from libxlDomainCleanup
Commit id '7d3b2eb5' missed a closing parenthesis on the ignore_value macro, causing the failure
This commit is contained in:
parent
238b20b47f
commit
1bfdd95641
@ -807,7 +807,7 @@ libxlDomainCleanup(libxlDriverPrivatePtr driver,
|
||||
/* we can't stop the operation even if the script raised an error */
|
||||
ignore_value(virHookCall(VIR_HOOK_DRIVER_LIBXL, vm->def->name,
|
||||
VIR_HOOK_LIBXL_OP_RELEASE, VIR_HOOK_SUBOP_END,
|
||||
NULL, xml, NULL);
|
||||
NULL, xml, NULL));
|
||||
VIR_FREE(xml);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user