unsegfault

This commit is contained in:
Tom Hacohen 2013-06-10 16:47:39 +01:00
parent 5aa5fbec06
commit bfffc6e17d
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ _job_dispatch(List_Entry *ent, Scheduler_Ctx *ctx)
}
fprintf(stderr, "Executing '%s'\n", buf);
exe = ecore_exe_pipe_run(buf, ECORE_EXE_TERM_WITH_PARENT, ctx);
exe = ecore_exe_pipe_run(buf, ECORE_EXE_TERM_WITH_PARENT, ent);
if (!exe)
{