From e1e27559d12090c05f1a08efdb8d88bb6753fb6d Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 28 Feb 2017 10:41:29 +0100 Subject: [PATCH] utils: Fix list_unmtainained_refs There was a stray goto out that caused it to only look at the first element in the system dirs list. --- common/flatpak-utils.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/flatpak-utils.c b/common/flatpak-utils.c index bf077355..11b99b1c 100644 --- a/common/flatpak-utils.c +++ b/common/flatpak-utils.c @@ -1156,8 +1156,6 @@ flatpak_list_unmaintained_refs (const char *name_prefix, /* Reference found in at least one of the system installations */ break; } - - goto out; } }