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.
This commit is contained in:
Ján Tomko 2015-02-10 14:36:03 +01:00
parent 862473fa12
commit a7c9c7a6ab
1 changed files with 1 additions and 1 deletions

View File

@ -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