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:
Colin Walters 2016-07-31 21:03:16 -04:00 committed by Atomic Bot
parent 5334758ba7
commit 6f17237849
1 changed files with 2 additions and 2 deletions

View File

@ -662,7 +662,7 @@ relabel_recursively (OstreeSysroot *sysroot,
GFile *child; GFile *child;
GFileType ftype; GFileType ftype;
if (!gs_file_enumerator_iterate (direnum, &file_info, &child, if (!g_file_enumerator_iterate (direnum, &file_info, &child,
cancellable, error)) cancellable, error))
goto out; goto out;
if (file_info == NULL) if (file_info == NULL)