eio: fix efl_io_manager_stat after conversion to Eina_Future.

This commit is contained in:
Cedric Bail 2018-01-19 15:54:28 -08:00 committed by Cedric BAIL
parent 6de16678b9
commit 9882a28736
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ _efl_io_manager_stat(Eo *obj,
h = eio_file_direct_stat(path,
_file_stat_done_cb,
_file_error_cb,
_future_file_error_cb,
p);
if (!h) goto end;
eina_promise_data_set(p, h);