mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
parent
862473fa12
commit
a7c9c7a6ab
@ -9740,7 +9740,7 @@ qemuSetEmulatorBandwidthLive(virDomainObjPtr vm, virCgroupPtr cgroup,
|
|||||||
_("value of '%s' is out of range [%lld, %lld]"), \
|
_("value of '%s' is out of range [%lld, %lld]"), \
|
||||||
NAME, MIN, MAX); \
|
NAME, MIN, MAX); \
|
||||||
rc = -1; \
|
rc = -1; \
|
||||||
goto cleanup; \
|
goto endjob; \
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
Loading…
Reference in New Issue
Block a user