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.
tingping/wmclass
Alexander Larsson 2017-02-28 10:41:29 +01:00
parent 92b80fe672
commit e1e27559d1
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}
}