deploy: Replace a use of gs_file_enumerator with compat wrapper
More libglnx/glib porting. Closes: #423 Approved by: giuseppe
This commit is contained in:
parent
5334758ba7
commit
6f17237849
|
|
@ -662,7 +662,7 @@ relabel_recursively (OstreeSysroot *sysroot,
|
|||
GFile *child;
|
||||
GFileType ftype;
|
||||
|
||||
if (!gs_file_enumerator_iterate (direnum, &file_info, &child,
|
||||
if (!g_file_enumerator_iterate (direnum, &file_info, &child,
|
||||
cancellable, error))
|
||||
goto out;
|
||||
if (file_info == NULL)
|
||||
|
|
|
|||
Loading…
Reference in New Issue