mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-13 12:41:01 -04:00
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.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user