]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: error out on invalid host id
authorLuyao Huang <lhuang@redhat.com>
Thu, 26 Feb 2015 06:14:20 +0000 (14:14 +0800)
committerJán Tomko <jtomko@redhat.com>
Thu, 26 Feb 2015 08:04:13 +0000 (09:04 +0100)
commitb7d12c5c50c70427b8608bfb01ea80722284595b
treef1905801b25a460b2ebd07c9a7daffa3f08bcec1
parent8620b7f8df9165cb90871ef05a303fabd7b270e3
conf: error out on invalid host id

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

We already check whether the host id is valid or not, add a jump
to forbid invalid host id.

Signed-off-by: Luyao Huang <lhuang@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
(cherry picked from commit 719cd2182bf06196b26204a8cf88d28001b1d79b)
src/conf/network_conf.c