]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xenconfig: fix boot device parsing
authorWei Liu <wei.liu2@citrix.com>
Sun, 14 Dec 2014 14:58:17 +0000 (14:58 +0000)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 15 Dec 2014 13:42:02 +0000 (08:42 -0500)
commit64b0484cad3e591d9697b1cfe98cac4c614ea604
treeb912ccdeff92c6726ccd7b4014a426f990c47ac1
parent046d82d72fa7a2daf2bcb39af3d1a5c3d22e23bd
xenconfig: fix boot device parsing

The original code always checked *boot which was in effect boot[0]. It
should use boot[i].

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
src/xenconfig/xen_common.c