]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: fix a typo on qemuDomainSetBlkioParameters
authorAlex Jia <ajia@redhat.com>
Tue, 10 Jan 2012 09:55:01 +0000 (17:55 +0800)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 10 Jan 2012 10:41:27 +0000 (11:41 +0100)
commitd8d9b0e05844802d9f659f35e1c8a4653f32d5f2
treebd06bc9b7993295cfde663b8a439e70e0c44392b
parentcb0af106de9568bfaba46327b02d85b0951061f9
qemu: fix a typo on qemuDomainSetBlkioParameters

It should be a copy-paste error, the result is programming will result in an
infinite loop again due to without iterating 'j' variable.

* src/qemu/qemu_driver.c: fix a typo on qemuDomainSetBlkioParameters.

RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=770520

Signed-off-by: Alex Jia <ajia@redhat.com>
src/qemu/qemu_driver.c