Re: [libvirt] [PATCH] conf: fix not jump to cleanup when parse a host id is invalid

2015-02-26 Thread lhuang
On 02/26/2015 03:56 PM, Ján Tomko wrote: On Thu, Feb 26, 2015 at 02:14:20PM +0800, Luyao Huang wrote: 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 lhu...@redhat.com

Re: [libvirt] [PATCH] conf: fix not jump to cleanup when parse a host id is invalid

2015-02-26 Thread Ján Tomko
On Thu, Feb 26, 2015 at 02:14:20PM +0800, Luyao Huang wrote: 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 lhu...@redhat.com --- src/conf/network_conf.c | 1 + 1

[libvirt] [PATCH] conf: fix not jump to cleanup when parse a host id is invalid

2015-02-25 Thread Luyao Huang
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 lhu...@redhat.com --- src/conf/network_conf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/network_conf.c