]> xenbits.xensource.com Git - libvirt.git/commitdiff
libxl: Fix broken build from libxlDomainCleanup
authorJohn Ferlan <jferlan@redhat.com>
Tue, 2 Aug 2016 13:18:56 +0000 (09:18 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 2 Aug 2016 13:18:56 +0000 (09:18 -0400)
Commit id '7d3b2eb5' missed a closing parenthesis on the ignore_value
macro, causing the failure

src/libxl/libxl_domain.c

index d99f9035d32f14a991a74882bb5c243da0a9ddc1..57ef23518b06d5dd0354bc455d5a0030c8ce6cd1 100644 (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);
     }