[libvirt] [PATCH v1 08/21] openvz_conf.c: remove unneeded cleanup label

Ján Tomko jtomko at redhat.com
Tue Nov 12 16:32:06 UTC 2019


On Mon, Oct 21, 2019 at 03:18:58PM -0300, Daniel Henrique Barboza wrote:
>Signed-off-by: Daniel Henrique Barboza <danielhb413 at gmail.com>
>---
> src/openvz/openvz_conf.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
>diff --git a/src/openvz/openvz_conf.c b/src/openvz/openvz_conf.c
>index 4646308c48..f12c91aa88 100644
>--- a/src/openvz/openvz_conf.c
>+++ b/src/openvz/openvz_conf.c
>@@ -873,12 +873,11 @@ openvzLocateConfDir(void)
>     while (conf_dir_list[i]) {
>         if (virFileExists(conf_dir_list[i])) {
>             ret = g_strdup(conf_dir_list[i]);
>-            goto cleanup;
>+            return ret;

This one does not need the ret variable at all, so I'm dropping this
patch.

>         }
>         i++;
>     }
>
>- cleanup:
>     return ret;
> }
>
>-- 
>2.21.0
>
>--
>libvir-list mailing list
>libvir-list at redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20191112/6e79a944/attachment-0001.sig>


More information about the libvir-list mailing list