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:
John Ferlan 2016-08-02 09:18:56 -04:00
parent 238b20b47f
commit 1bfdd95641

View File

@ -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);
}