From: Ján Tomko Date: Tue, 10 Feb 2015 13:36:03 +0000 (+0100) Subject: Fix qemu job handling in SetSchedulerParameters X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a7c9c7a6abfb18db1e6b0da0bd9ee680d915c992;p=libvirt.git Fix qemu job handling in SetSchedulerParameters Commit c5ee5cf added a job to SetSchedulerParameters, but forgot to change one label in the SCHED_RANGE_CHECK macro. --- diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 1614340823..e3ca437dab 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -9740,7 +9740,7 @@ qemuSetEmulatorBandwidthLive(virDomainObjPtr vm, virCgroupPtr cgroup, _("value of '%s' is out of range [%lld, %lld]"), \ NAME, MIN, MAX); \ rc = -1; \ - goto cleanup; \ + goto endjob; \ } static int