]> xenbits.xensource.com Git - libvirt.git/commit
vz: Don't try to jump on a non-existent label in prlsdkRemoveBootDevices()
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 8 Jan 2020 08:46:27 +0000 (09:46 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 8 Jan 2020 09:14:55 +0000 (10:14 +0100)
commit08cb201dccc43d16a5d0c739d35774f2bfb44d4d
tree051db5e84cebe72b7f0e4be7ff9bb08bca8b04b3
parent8fcee47807d29008632a7ad918cbe93ac0a20597
vz: Don't try to jump on a non-existent label in prlsdkRemoveBootDevices()

Commit v5.10.0-522-g9000b2f298 was too aggressive and removed the
'error' label from prlsdkRemoveBootDevices() even though it's
used. Luckily, it's used only from one place and we have an
alternative for it that doesn't require the label.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/vz/vz_sdk.c