mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
pull: Fix iteration over directories
This commit is contained in:
parent
eae4e879c8
commit
e4a8425120
@ -173,6 +173,7 @@ store_tree_recurse (OstreeRepo *repo,
|
||||
goto out;
|
||||
}
|
||||
|
||||
n = g_variant_n_children (dirs_variant);
|
||||
for (i = 0; i < n; i++)
|
||||
{
|
||||
const char *dirname;
|
||||
|
Loading…
Reference in New Issue
Block a user