[libvirt] [PATCH] nwfilter: Add missing goto err_exit in error path

2014-03-12 Thread Stefan Berger
From: Stefan Berger stef...@linux.vnet.ibm.com https://bugzilla.redhat.com/show_bug.cgi?id=1071095 Add a missing goto err_exit in the error path where an unsupported value is assigned to the CTRL_IP_LEARNING key. Signed-off-by: Stefan Berger stef...@linux.vnet.ibm.com ---

Re: [libvirt] [PATCH] nwfilter: Add missing goto err_exit in error path

2014-03-12 Thread Ján Tomko
On 03/12/2014 12:38 PM, Stefan Berger wrote: From: Stefan Berger stef...@linux.vnet.ibm.com https://bugzilla.redhat.com/show_bug.cgi?id=1071095 Add a missing goto err_exit in the error path where an unsupported value is assigned to the CTRL_IP_LEARNING key. Signed-off-by: Stefan Berger

Re: [libvirt] [PATCH] nwfilter: Add missing goto err_exit in error path

2014-03-12 Thread Stefan Berger
Ján Tomko jto...@redhat.com wrote on 03/12/2014 09:11:35 AM: On 03/12/2014 12:38 PM, Stefan Berger wrote: From: Stefan Berger stef...@linux.vnet.ibm.com https://bugzilla.redhat.com/show_bug.cgi?id=1071095 Add a missing goto err_exit in the error path where an unsupported value is